https://github.com/marcossic/notable
Allows users to take voice notes, transcribe them to text, generate note summary with AI, edit notes, question or add written notes
https://github.com/marcossic/notable
ai nextjs14 react vercel
Last synced: 3 months ago
JSON representation
Allows users to take voice notes, transcribe them to text, generate note summary with AI, edit notes, question or add written notes
- Host: GitHub
- URL: https://github.com/marcossic/notable
- Owner: MarcossIC
- License: apache-2.0
- Created: 2024-07-13T13:38:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T16:56:03.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T18:45:40.392Z (over 1 year ago)
- Topics: ai, nextjs14, react, vercel
- Language: TypeScript
- Homepage: https://notable-iota.vercel.app
- Size: 561 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NotAble
## :rocket: Demo
You can enjoy the site at: [NotAble](https://notable-iota.vercel.app)
## :sparkles: Introduction
NotAble is an application designed to take Voice notes, transcribe them into text automatically and be able to make summaries and highlight the strongest points of the notes with AI. The idea occurred to me when thinking about a project to use together with the Vercel IA sdk, for this same reason I decided to carry out the project with NextJS, I took advantage of using, in addition to the SDK, vercel postgres and deploying in vercel
## đ Stack
The project was developed in Angular 18 with the technologies of:
## âšī¸ Development server
In order to deploy a local version of the project you must:
- Download the project from github
- Run `npm install`, `pnpm install` or `bun install` at the root of the project
- Create `.env` file and add your KEY's (See example.env, required KEY)
- Run `[npm, bun or pnpm] run dev` for a dev server. Navigate to `http://localhost:3000/`