Skip to content

saadbouhya/MLOpsPythonWorkshop

 
 

Repository files navigation

MLOpsPython

A real demo of Deep Learning project with preprocessing from development to production using code, ops and Machine Learning best practices. Production is a real time REST API.

project_workflow.png

Getting Started

Requirements, Download and install:

On windows your have to use "GitBash" only because all commands are linux bash commands.

git clone https://www.github.com/guillaume-chervet/MLOpsPython

cd MLOpsPython
chmod +x Makefile
# If you have poetry installed
./Makefile poetry 0.2.0
# Else degraded mode
./Makefile pip 0.2.0

cd production
docker-compose up
# webapp is now available at : http://localhost:4000
# api is available at : http://localhost:8000/health

Contribute

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 82.2%
  • Python 12.5%
  • Shell 2.1%
  • JavaScript 2.0%
  • PowerShell 0.6%
  • Dockerfile 0.3%
  • Other 0.3%