A project that generates a multiple-choice quiz based on any web URL using GenAI. Built with Langflow.
Try the demo today, or read the blog post to learn more.
- Clone the repository
- Rename .env.example to .env and fill in the required fields
- Run
pnpm installto install dependencies - Run
npm run devto start the development server
From there, you should be good to go!
This application depends on a Langflow workflow. To create your backend API, you can either run Langflow locally, or access it on DataStax. Once there, create a new project and import langflow.json from this repo as the flow.
If you have any ideas on how to improve this project, feel free to open an issue or a pull request.