Project Officialy Started Timelines. 8 December 2025 Shahmeer and Khuzaim - Search Engine and Integration Abeer - Crawler and UI Ahsan - Indexer and UI
Abeer and Ahsan both work on UI.
9/December/2025 No Work Update
10/December/2025 No Work Update
crwaler->indexer->tf-idf->web html ui 13/Dec/2025 TF-IDF idea
indexer has to index all the data in numbers list form after that tf-idf will be applied on all the articles to find the best articles for each querry query_processor is taking user query storing it in a trie, removing useless words from it and passing it to invert indexer
How to run: DOwnlaod code in zip extract it. open in vs code. open terminal type pip install -r requirements.txt hit enter then after installation type python main.py
The crawler needs to be dynamic, we will have to make all our flow dynamic then the system speed should be optimized