Skip to content

The Enhanced Note Generator is a Streamlit application that converts images into well-structured notes using OCR and GPT-4. It supports multiple image uploads, provides various download options, and includes a feature to save notes to Google Docs.

License

Notifications You must be signed in to change notification settings

codewithdark-git/NoteMaster-AI

Repository files navigation

NoteMaster AI

Overview

NoteMaster AI is a Streamlit-based web application that allows users to turn their photos into well-structured notes using AI. It supports various formats for saving notes and features functionalities to view, update, and delete saved notes.

Features

  • Multiple Image Upload: Users can upload multiple images in JPG, JPEG, or PNG format.
  • Image to Text Conversion: Extracts text from images using Tesseract OCR.
  • AI-Powered Note Generation: Organizes extracted text into structured notes using GPT-4.
  • Math Problem Solving: Identifies and solves math-related content from images.
  • Download Options: Save notes as TXT, PDF, or DOCX files.
  • Copy to Clipboard: Easily copy generated notes to the clipboard.
  • Edit save Notes: Generate additional content for existing notes using custom prompts.

Available Models

The following models are available in the app:

  • GPT 3.5 turbo
  • GPT 4o
  • llama 3
  • Mixtral 70b
  • BlackBox
  • Meta AI

Installation

  1. Clone the repository:

    git clone https://github.com/codewithdark-git/NoteMaster-AI.git
    cd NoteMaster AI
  2. Install the required packages:

    pip install -r requirements.txt
  3. Download Tesseract OCR from here.

  4. Run the Streamlit app:

    streamlit run app.py

Usage

  1. Upload one or more images by clicking on "📁 Choose images...".
  2. Wait for the images to be processed and text to be extracted.
  3. View the generated notes in the "Saved Notes" section.
  4. Choose to download the notes as TXT, PDF, or DOCX, copy them to the clipboard, or save them to Google Docs.

Customization

You can customize the app by modifying the following components:

  • CSS Styling: Adjust the styles in the st.markdown block to change the appearance of the app.
  • Prompt Configuration: Modify the prompt in the prompt variable to adjust the note-taking instructions given to the AI.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.

License

This project is licensed under the MIT License.

About

The Enhanced Note Generator is a Streamlit application that converts images into well-structured notes using OCR and GPT-4. It supports multiple image uploads, provides various download options, and includes a feature to save notes to Google Docs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published