Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 312 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 312 Bytes

ENEM

[Description]

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