/notesGPT

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

Primary LanguageTypeScript

NotesGPT

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

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