This is the my 1st ever academic project in Data Science. It's a simple search engine, based on the the ads provided by the website http://kijiji.com/: in particular, we're interested only in the announcements in Rome.
Simple rules to run the project on your laptop:
-
Clone the repository
-
Execute Search_engine.py in src folder
-
The instructions on the prompt will guide you through the steps (specify the size of the DB, write the query)
N.B. If you want to change the number of pages, you have to move to the bin the documents and index folders,then execute again Search_engine.py
git clone https://github.com/FraFabbri/searchengine