Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalmix/notas.py
Es una aplicación de Python que automatiza el proceso de calificación de exámenes utilizando OpenCV
https://github.com/kalmix/notas.py
computer-vision omr-sheet opencv-python python streamlit
Last synced: 23 days ago
JSON representation
Es una aplicación de Python que automatiza el proceso de calificación de exámenes utilizando OpenCV
- Host: GitHub
- URL: https://github.com/kalmix/notas.py
- Owner: kalmix
- License: mit
- Created: 2024-05-24T03:08:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T00:36:27.000Z (7 months ago)
- Last Synced: 2024-05-28T10:05:50.726Z (7 months ago)
- Topics: computer-vision, omr-sheet, opencv-python, python, streamlit
- Language: Python
- Homepage: https://examen.streamlit.app/
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notas.py
![OpenCV](https://img.shields.io/badge/OpenCV-3.3.0.10-red)
![Python](https://img.shields.io/badge/Python-3.10+-blue)
![Streamlit](https://img.shields.io/badge/Powered%20by-Streamlit-ff4b4b)
![Pylint](https://mperlet.github.io/pybadge/badges/9.54.svg)
[![License](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)`notas.py` es una aplicación de Python que automatiza el proceso de calificación de exámenes utilizando OpenCV y técnicas de computer vision para detectar, bordes, arreglar la perspectiva y detectar las respuestas seleccionadas.
![Screenshot](https://ucarecdn.com/d7e7932b-e0c8-4b02-a40d-9d216214b4ec/Screenshot20240523232825.png)
# Instalación
```bash
pip install -r requirements.txt
```# Ejecución
```bash
python run.py
```
```bash
python3 run.py
```