Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
colet0227 committed Sep 8, 2023
2 parents 0d3f96e + f62bdb0 commit 3430506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const projects = [
{
name: 'Search Engine and Web Crawler',
description:
'Designed a custom web search engine with the ability to handle 50,000+ documents under harsh operational constraints and having a query response time under 300ms. Incorporated partial indexing to save memory usage and leveraged the Snowball Stemmer for better textual matches. Improved ranking accuracy for a subset of the UCI web domain through tf-idf scoring and cosine similarity in addition to assigning weights for HTML tags. Used sim-hashing to detect near duplicate pages.',
'Designed a custom web search engine with the ability to handle 50,000+ documents under harsh operational constraints while maintaining a query response time under 300ms. Incorporated partial indexing to save memory usage and leveraged the Snowball Stemmer for better textual matches. Improved ranking accuracy for a subset of the UCI web domain through tf-idf scoring and cosine similarity in addition to assigning weights for HTML tags. Used sim-hashing to detect near duplicate pages.',
stack: ['Beautiful Soup', 'Python', 'Flask', 'HTML', 'CSS', 'NLTK', 'Hashlib', 'Git'],
sourceCode: 'https://github.com/colet0227/Search_Engine',
livePreview: '',
Expand Down Expand Up @@ -112,4 +112,4 @@ const contact = {
email: '[email protected]',
}

export { header, about, projects, skills, contact, experience }
export { header, about, projects, skills, contact, experience }

0 comments on commit 3430506

Please sign in to comment.