Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcushellberg/transcript-to-tutorial
transcript-to-tutorial
https://github.com/marcushellberg/transcript-to-tutorial
Last synced: 6 days ago
JSON representation
transcript-to-tutorial
- Host: GitHub
- URL: https://github.com/marcushellberg/transcript-to-tutorial
- Owner: marcushellberg
- License: unlicense
- Created: 2023-09-23T23:44:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T14:52:27.000Z (about 1 year ago)
- Last Synced: 2024-10-17T19:46:48.920Z (28 days ago)
- Language: Java
- Size: 325 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Transcript to tutorial bot
This app takes a video transcript and code samples and turns them into a tutorial draft.
## Requirements
- Java 17+
- OpenAI API key in `OPENAI_API_KEY` environment variable## Running the app
Run the app by running `Application.java`, or with `mvn`.