Requirements:
- Anaconda
- Git (terminal)
To install the environment (Windows x64) execute the following command:
conda create --name enem --file env.txt
conda activate enem
pip install -r requirements-pip.txt
To run the dashboard
cd src
streamlit run dashboard.py