DataScientest / mar22-cde-devops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAR22 CDE DevOps

Pour lancer l'application:

git clone https://github.com/DataScientest/mar22-cde-devops.git
cd mar22-cde-devops

python3 -m venv venv

source venv/bin/activate

pip3 install -r requirements.txt

python3 -m uvicorn main:api --host=0.0.0.0 --reload

About


Languages

Language:Jupyter Notebook 82.9%Language:Python 17.1%