Skip to content

bharathperi/flask_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code accompanying the AnalyticsVidhya article

How to setup the Anaconda environment:

  • Make sure you have Anaconda distribution, if not then visit: Miniconda Installation to install it.
  • For any queries regarding conda environment, visit: Managing Conda Environments
  • Go to the folder ./flask_api, you'll encounter flask_api.yml file.
  • In the terminal run command: conda env create -f flask_api.yml
  • Once done, run: source activate flask_api. Your virutal environment is setup successfully!

About

Creating a Machine Learning API using Flask - Repository for AV Article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 79.1%
  • Jupyter Notebook 19.5%
  • Python 1.4%