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!
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