Meaning 1: Class Snapshot- A snapshot of what's happening in class. Meaning 2: Class Nap- Nap in class.
Transcribes what the teacher says and summarizes it in a way that is easy and quick to understand.
- Scroll to the top of the page and find the Releases tab on the middle and to the right side of the page and download Classnap.1.4.2.zip (or click here).
- Extract the zip file.
- Run the ClassNap.exe file.
- Go to http://127.0.0.1:8000/ in your browser.
- Relax and enjoy the nap!
- The program listens to the teacher's voice using pyaudio.
- The program transcribes the teacher's voice using deepgram.
- The program summarizes the teacher's voice using ChatGPT.
- The program displays the summary on a web page using flask.
- It's much harder than it sounds!
- Clone the repository.
- Install the requirements using
pip install -r requirements.txt. - Run the app.py file.
- Relax and enjoy the nap!
- Fork the repository.
- Make your changes.
- Make a pull request.