An open API service indexing awesome lists of open source software.

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 🤖.

Awesome Lists containing this project

README

          


NotesGPT


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


notessgpt.vercel.app


![Thumbnail](/public/thumbnail.png)

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
```