Here are the insturctions step by step to install Foogle and Run it
pip install -r requirements.txt
python -m spacy download en_core_web_lg
python Merge-Indexers.pypip3 install -r requirements.txt
python3 -m spacy download en_core_web_lg
python3 Merge-Indexers.pyand to run you can just
python Search.pyor
python3 Search.pythis will start a webserver running on localhost:8000
If You want to index more files because currently we just indexed around 5000 URLs, you can just run
python crawler.py
python indexer.pyor
python3 crawler.py
python3 indexer.pyand if it asks you for a file location, just hit enter.