https://github.com/abdtriedcoding/notesgpt
NotesGPT 📋✨ seamlessly converts your voice notes into organized summaries and clear action items using AI 🤖.
https://github.com/abdtriedcoding/notesgpt
clerkauth convex gemini next14 nextjs reactjs shadcn-ui tailwindcss transcribe typescript voice-recognition voice-to-text-transcription voice-transcription
Last synced: 3 months ago
JSON representation
NotesGPT 📋✨ seamlessly converts your voice notes into organized summaries and clear action items using AI 🤖.
- Host: GitHub
- URL: https://github.com/abdtriedcoding/notesgpt
- Owner: abdtriedcoding
- License: mit
- Created: 2024-04-23T16:49:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-09T21:13:04.000Z (about 1 year ago)
- Last Synced: 2024-07-10T13:13:56.513Z (about 1 year ago)
- Topics: clerkauth, convex, gemini, next14, nextjs, reactjs, shadcn-ui, tailwindcss, transcribe, typescript, voice-recognition, voice-to-text-transcription, voice-transcription
- Language: TypeScript
- Homepage: https://notessgpt.vercel.app
- Size: 1.46 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NotesGPT
NotesGPT seamlessly converts your voice notes into organized summaries and clear action items using AI.

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
```shell
git clone https://github.com/abdtriedcoding/notesGPT.git
```### Install packages
```shell
bun i
```### Setup .env file taking refrence from .env.example file
### Setup Convex
```shell
bunx convex dev```
### Start the app
```shell
bun run dev
```