Source code for the cardiograma - artificial intelligence
- Create the virtual environment
$ python -m venv cargiograma_env
- activate it
$ . cargiograma_env/bin/activate
To turn off:
$ deactivate
- Install the dependencies:
$ pip install -r requirements.txt
To update dependencies
pip install --upgrade --force-reinstall -r requirements.txt
In the root directory of the project run the command:
$ streamlit run dash.py
The code to generate the predictive model is available at kaggle.