This is the ML training engine and AI engine for the project. It contains a ML training part and another folder that contains the best model selected
Python
pip, conda
1-Clone the repo
git clone https://github.com/Berenger2/training_engine.git
2-Install dependencies
- Si pip
pip install -r requirements.txt
- Sinon si conda
conda create --name api --file environment.yml
conda activate api
Just lunch the training for every cells ML flow will do the taff Be aware to put the training engine and the api in the same directorie and change the other files directories
Dockerize