nroldanf / mlops-zoomcamp-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EEG Motor Movement/Imagery Classification

The goal of this project is to train various models while maintaining good practices in both training and deployment of the model, implementing and end-to-end model on AWS.

Details TBD.

Setting up the environment

Create the environment and activate it:

conda env create -f environment.yml 
conda activate mlops-project

Update the environment if you want to add a new requirement in requirements.txt file.

conda env update --file environment.yaml  --prune

About


Languages

Language:Jupyter Notebook 95.8%Language:Python 4.2%