https://github.com/jocelynvelarde/studymetrics
Code repository for the Ignition Hacks 2024
https://github.com/jocelynvelarde/studymetrics
aws computer-vision openai python study teaching
Last synced: 3 months ago
JSON representation
Code repository for the Ignition Hacks 2024
- Host: GitHub
- URL: https://github.com/jocelynvelarde/studymetrics
- Owner: JocelynVelarde
- License: mit
- Created: 2024-08-17T03:38:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T05:20:24.000Z (almost 2 years ago)
- Last Synced: 2025-07-21T10:34:23.623Z (12 months ago)
- Topics: aws, computer-vision, openai, python, study, teaching
- Language: C++
- Homepage: https://study-metrics.streamlit.app/
- Size: 5.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StudyMetrics 📚
We provide the ultimate tool for monitoring students in online and offline classes, giving insights that empower teachers to enhance the learning experience by refining content and boosting engagement

## Authors
- [@JocelynVelarde](https://github.com/JocelynVelarde)
- [@DiegoRossi](https://github.com/)
- [@RobertoPriego](https://github.com/rpribau)
- [@OscarCardenas](https://github.com/oscar6647)
## Features
### Generate Content
- Generate power point presentations ready to download with a single propmt.
- Generate lesson plans and study guides for your classes and export them into your Google or Outlook calendar.
- Upload student's assesments and get insights on what might be wrong or what needs improvement.
### Virtual Metrics
- Upload your zoom, teams or google meet recordings to get insights on your students' behavior and engagement.
- Select the session you want to analyze and get graphics and reports.
- You can also visualize your recorded video online while observing the metrics.
## Structure
```bash
streamlit_app
├─ home.py
├─ algorithms
│ └─ pptx_genai.py
│ └─ review_hw.py
│ └─ s3_download.py
│ └─ simple_text.py
├─ assets
├─ jetson
├─ pages
│ └─ generate.py
│ └─ instructions.py
│ └─ upload.py
│ └─ visualize_online.py
├─ .gitignore
└─ requirements.txt
```
## Tools
- boto3
- openai
- python-pptx
- ics
- PyPDF2
Deployed with: Streamlit Cloud
## Try it
[Try it here](https://study-metrics.streamlit.app/)
## Demo
https://youtu.be/NDn7WzKKP9s
## License
[MIT](https://choosealicense.com/licenses/mit/)