Skip to content

NotesGPT πŸ“‹βœ¨ seamlessly converts your voice notes into organized summaries and clear action items using AI πŸ€–.

Notifications You must be signed in to change notification settings

abdtriedcoding/notesGPT

Repository files navigation

NotesGPT

NotesGPT seamlessly converts your voice notes into organized summaries and clear action items using AI.

Thumbnail

Key Features:

  • Landing page πŸ›¬
  • Light and Dark mode πŸŒ“
  • Authentication πŸ”
  • Real-time voice-to-text conversion πŸ—£οΈβž‘οΈπŸ“
  • Organized summaries generation πŸ“‘
  • Generate transcript using AI πŸ“‘
  • Use google gemini ai for title, summary generation πŸš€
  • Use assembly ai for generating transcript of voice πŸ”Š
  • Ability to add action items βœ…
  • Ability to search through action items πŸ”Ž
  • Share note functionality 🌍

Prerequisites

Node version 20.x.x

Cloning the repository

git clone https://github.com/abdtriedcoding/notesGPT.git

Install packages

npm i

Setup .env file taking refrence from .env.example file

Setup Convex

npx convex dev

Start the app

npm run dev