daviddwlee84 / SearchEngine

Search Engine based on crawling result of my Crawler repo. Including Keyword Extraction and other stuff.
1 stars 0 forks source link

SearchEngine

Search Engine based on crawling result of my Crawler repo. Including Keyword Extraction and other stuff.

Getting Started

git clone https://github.com/daviddwlee84/SearchEngine.git
git submodule update

pip3 install -r requirments.txt
pip3 install -r tools/Crawler/requirments.txt

# this is necessary (TODO make this not necessary...)
ln -s tools/Crawler/crawler crawler

git submodule add https://github.com/daviddwlee84/Crawler.git tools/Crawler