Skip to content

Latest commit

Β 

History

History
56 lines (40 loc) Β· 1.12 KB

README.md

File metadata and controls

56 lines (40 loc) Β· 1.12 KB

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