O Dashboard foi desenvolvido na disciplina de Algoritmos e Programação de Computadores durante o semestre 2022/1. Ele oferece uma visão analítica dos dados educacionais brasileiros, com foco em aspectos gerais e específicos do ensino básico. Exploramos temas recorrentes na vida acadêmica, comparando indicadores de rendimento escolar antes e depois da pandemia de Covid-19.
| Matrícula | Nome |
|---|---|
| 221007840 | Angelo Gabriel de Andrade dos Santos |
| 221007690 | Diego Carlito Rodrigues de Souza |
| 221008104 | Ilton Ferreira |
| 221008113 | Iria Almeida Borges |
| 221008131 | Jaylson Marques Lyra |
| 221008230 | Katharyna Lisboa |
| 221008249 | Laura Serafim Monte |
| 221008300 | Marcos Antonio Teles de Castilhos |
| 202046309 | Pedro Fernandes dos Santos |
- Clone o projeto e entre na pasta do repositório:
git clone https://github.com/DiegoCarlito/apc-dashboard.git
cd apc-dashboard- Crie um abiente virtual e ative:
python3 -m venv venv
source venv/bin/activate- Instale as dependências:
pip install -r requirements.txt- Execute o arquivo principal para iniciar o servidor do dashboard:
python3 main.py- Abra o navegador e entre neste website:
http://127.0.0.1:8050/.
Este projeto é licenciado sob a Licença MIT:
MIT License
Copyright (c) 2024 Diego Carlito
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.