Skip to content

codingkitten4/noted-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noted: A Hackathon Project

Noted! makes notetaking less stressful. It utilizes Open-CV and Gemini to understand your notes and provide a summary, quiz you on them, or convert them to a document. It uses CustomTkinter to make a basic GUI where you can read the summary, questions, and more!

Setting it up

In order to start using it on your machine, you must have Python installed. Next, you will enter the Python virtual environment by entering this command in PowerShell:
noted\Scripts\activate

You will have to create a .env file in the main directory to add your Gemini API key. Add this line to it:
GEMINI_API_KEY = "(your API key)"

Then, the required packages and dependencies will have to be installed:
pip install -U -n google-generative-ai
pip install opencv-python
pip install customtkinter

Now, you should be fine and ready to go with this final command:
python front_end.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published