Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinchang/audio-summary-with-chatgpt
Generate audio transcripts and summaries by using OpenAI.
https://github.com/sinchang/audio-summary-with-chatgpt
audio chatgpt chatgpt-api openai podcast summary transcript
Last synced: about 20 hours ago
JSON representation
Generate audio transcripts and summaries by using OpenAI.
- Host: GitHub
- URL: https://github.com/sinchang/audio-summary-with-chatgpt
- Owner: sinchang
- License: mit
- Created: 2023-02-19T09:45:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T16:57:04.000Z (almost 2 years ago)
- Last Synced: 2024-12-23T04:47:29.325Z (5 days ago)
- Topics: audio, chatgpt, chatgpt-api, openai, podcast, summary, transcript
- Language: TypeScript
- Homepage: https://audio-summary-with-chatgpt.vercel.app
- Size: 141 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audio Summary With ChatGPT
This project is to generate audio summaries and transcripts by using OpenAI.
## limitations
- This is an experimental project that may encounter errors when processing large audio resources.
## Running Locally
```bash
pnpm install
pnpm run dev
```## References
- https://platform.openai.com/docs/api-reference/audio
- https://platform.openai.com/docs/api-reference/chat/create