momouan / whooshed

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:HTML 55.5%Language:Python 41.2%Language:JavaScript 3.2%