Gensim Machine Learning simserver implementation in Python for the purpose of matching words according to keyword. Lensity Repo
- Product Owner: Josphine Eng
- Scrum Master: Julie Truong
- Development Team Members: Brian Kilrain
In root folder run:
docker build -t simserver:01 .
- Upload training photos to S3
- naming convention: http://url.com/path/to/photo/im1342.jpg... im1343.jpg... im1344.jpg
- 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
Once Docker compose is running:
- Use Postman to send POST request to
http://0.0.0.0:5000/train
See CONTRIBUTING.md for contribution guidelines.