Skip to content

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

Notifications You must be signed in to change notification settings

momouan/whooshed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages