AI-powered active learning suite for 4th - 8th students and teachers, with multimedia support, LLM-assisted question generation and answer validation, and iterative creation.
Clone this repository
git clone https://github.com/zorazrr/activ-card.git
Create a .env
file
DATABASE_URL=
NEXTAUTH_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
OPENAI_API_KEY=
REACT_APP_AWS_ACCESS_KEY_ID=
REACT_APP_AWS_SECRET_ACCESS_KEY=
REACT_APP_AWS_REGION=
REACT_APP_S3_BUCKET_NAME=
Running the app
yarn && yarn dev
Then go to http://localhost:3000 in your browser.
This project uses the T3 Stack.
Additional technologies used:
- OpenAI API
- AWS (S3 and Textract)