Skip to content

preposterous-kumquat/similarityServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Similarity Server

Gensim Machine Learning simserver implementation in Python for the purpose of matching words according to keyword. Lensity Repo

Team

Table of Contents

  1. Team
  2. Docker Development
    1. Build Image
    2. Train Corpus
  3. Contributing

Docker Development

Build Image

In root folder run:

docker build -t simserver:01 .

Create Training Corpus

  • Upload training photos to S3
  • In curator/routes.js -> set training counter to first image file number (line 16)
  • Uncomment volume to trainingCorpus.json in yml file
  • Send POST request to main-web-server/kickoffTraining with postman
  • Copy and paste data in trainingCorpus.json in curator to trainingCorpus.json in simserver

Training

Once Docker compose is running:

  • Use Postman to send POST request to http://0.0.0.0:5000/train

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages