This project allow you to write notes about your daily tasks and will analys the notes by using Gmini LLM.
- Add Notes.
- Save the notes to a .txt file.
- Analyze the notes by using LLM (Gemini) according to the provided prompt.
- Python 3.7 or later
-
Clone the repository:
https://github.com/ranwala/AI-Powered-Notes-Writer.git cd AI-Powered-Notes-Writer pip install -r requirements.txt -
How to run
python main.py
Create a .env file, and add below:
- GOOGLE_API_KEY=your_model_key
Chandu Ranwala GitHub Profile