Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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