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
- Host: GitHub
- URL: https://github.com/diyclassics/rogatum
- Owner: diyclassics
- Created: 2023-04-18T13:27:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T13:33:56.000Z (about 3 years ago)
- Last Synced: 2025-02-17T09:43:36.181Z (over 1 year ago)
- Language: JavaScript
- Size: 334 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.