Skip to content
/ ellie Public

A little search engine made using Tensorflow Universal Sentence Encoder.

License

Notifications You must be signed in to change notification settings

weisrc/ellie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A little search engine made using Tensorflow Universal Sentence Encoder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published