Skip to content

navarasu/brand_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prediction Service

Machine Learning model training and prediction api for brand prediction.

Train Model

Set Up Project

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Train and Deploy models to S3

python src/model/train.py

Deploy Predicton Api

Set Up Serverless

npm install -g serverless
npm i -D serverless-dotenv-plugin
sls plugin install -n serverless-python-requirements

Deploy prediction Api to AWS lambda

sls deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages