A platform for efficient exam preparation through knowledge summarization and quiz generation with real time assessment and immediate feedback in a matter of minutes.
To run the application after you clone the repository, you will need to start up three processes. You will need npm to run this application.
Along with the three processes, you will need to fill in the environment variables contained in API and Server.
cd api
pip install -r requirements. txt
python main.py
cd server
npm install
npm start
cd client
npm install
npm run preview