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

https://github.com/diyclassics/rogatum

React app for generating reading comprehension questions from Latin text with gpt-3
https://github.com/diyclassics/rogatum

Last synced: about 1 year ago
JSON representation

React app for generating reading comprehension questions from Latin text with gpt-3

Awesome Lists containing this project

README

          

# Rogatum

React app for generating reading comprehension questions from Latin text with gpt-3. Written by [diyclassics](https://github.com/diyclassics) in April 2023.

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Running app

You can start the app with:
`npm start`

NB: You need to place your openai api key in a file called .env.local with the name `REACT_APP_OPENAI_API_KEY`.