Little search engine made with Tensorflow.
The online hosted version will hopefully be available here. Nope, not anymore sadly ;(
Clone this repo, download and extract the machine learning models and run!
git clone [repo_url]
conda activate
cd [repo]/src
# install the models
mkdir src/data
python app.py
# the app should start on port 8080
- Miniconda (optional)
- Python 3 (comes with Miniconda)
- Universal Sentence Encoder Multilingual (tensorflow model)
- Fastext model
- A linux machine (WSL works too!)
More in
src/requirements
Your file tree should look like...
src/models
├── fasttext.ftz # fasttext model
└── use # universal sentence encoder model
├── assets
├── saved_model.pb
└── variables
├── variables.data-00000-of-00001
└── variables.index