/whooshed

An improved search engine developed using the Whoosh library for Python3 and the semantic features from SpaCy.

Primary LanguageHTML

Whooshed

An improved search engine developed using the Whoosh library for Python3 and the semantic features from SpaCy.
The application uses a very small dataset created just for tests.

Install the required dependencies

 pip install flask
 pip install whoosh
 pip install beautifulsoup4
 pip install spacy
 python -m spacy download en_core_web_lg

Launch the app

 python main.py