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

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

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