8000 GitHub - jeancarloszambrano/cardiograma
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jeancarloszambrano/cardiograma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardiograma - Artificial Inteligence

Source code for the cardiograma - artificial intelligence

screenshot

Setup:

  1. Create the virtual environment
$ python -m venv cargiograma_env
  1. activate it
$ . cargiograma_env/bin/activate

To turn off:

$ deactivate
  1. Install the dependencies:
$ pip install -r requirements.txt

To update dependencies

pip install --upgrade --force-reinstall -r requirements.txt

Running

In the root directory of the project run the command:

$ streamlit run dash.py

Predictive Model

The code to generate the predictive model is available at kaggle.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • Shell 4.6%
  • Procfile 1.5%
0