Welcome to the Note Taker App! 🎤📝
This app lets you record voice notes, transcribe them in real-time, and get handy summaries and next steps generated by OpenAI's GPT model. It's simple, intuitive, and perfect for capturing your thoughts on the go.
- Real-Time Transcription: Speak, and watch your words appear instantly.
- AI-Powered Summaries: Get concise summaries, titles, and actionable next steps for your notes automatically.
- Local Storage: All your notes are saved in your browser—no accounts or logins needed.
- Responsive Design: Works great on both desktop and mobile devices.
- OpenAI Integration: Seamlessly connects with OpenAI's Realtime API for fast and accurate transcription.
- Node.js: Make sure you have Node.js installed (version 18 or above).
- OpenAI API Key: You'll need an API key from OpenAI (must start with
sk-).
-
Clone the repository:
git clone <repository-url> cd Note-Taker
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open the app: Navigate to http://localhost:3000 in your browser.
-
Configure Settings: Click the settings icon in the app and enter your OpenAI API key to start recording.
