Skip to content

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

License

Notifications You must be signed in to change notification settings

siddiqui-abdullah-2021/notesGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

You should have Nodejs and Bun installed on your system

Cloning the repository

git clone https://github.com/siddiqui-abdullah-2021/notesGPT.git

Install packages

bun i

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

Setup Convex

bunx convex dev

Start the app

bun run dev