EECS 485: P5 - Search Engine
Languages & Tools Used: Python, HTML5, JavaScript, CSS
- Engineered an inverted index of MapReduce programs, enabling output of key data metrics such as inverse document frequency, term frequency, and document normalization factor.
- Designed an index server to process user queries and deliver search results in JSON format, ranked by PageRank score; further enhanced the system by developing an additional search server that ingests data from the index server to provide Google-like page results, creating an optimized user experience.
- Effectively employed multithreading and distributed systems, demonstrating proficiency in handling complex computational tasks.