Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.05 KB

Ellie

Little search engine made with Tensorflow.

The online hosted version will hopefully be available here. Nope, not anymore sadly ;(

Getting started

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

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