Skip to content

AhmedThe13thUser/Foogle

Repository files navigation

Foogle The Search Engine.

Installation

Here are the insturctions step by step to install Foogle and Run it

for Windows

pip install -r requirements.txt
python -m spacy download en_core_web_lg
python Merge-Indexers.py

for Mac and Linux (Unix Based Machines)

pip3 install -r requirements.txt
python3 -m spacy download en_core_web_lg
python3 Merge-Indexers.py

Usage

and to run you can just

python Search.py

or

python3 Search.py

this will start a webserver running on localhost:8000

Updating the files

If You want to index more files because currently we just indexed around 5000 URLs, you can just run

python crawler.py
python indexer.py

or

python3 crawler.py
python3 indexer.py

and if it asks you for a file location, just hit enter.

Enjoy!

this work was made by Ahmed Abdalbaset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors