Quizzical is an AI powered tool for effective studying. Take advantage of our innovative flashcards and concise summaries to level up your study routine.
Quizzical is the perfect tool to use while studying. Simply upload your lecture notes, slides, or lecture recordings. Our efficient algorithm will scrape all of the relevant information from the uploaded files and generate custom flashcards for you to practice along with all the main points gathered from the file.
You will need to use npm and pip to install all the necessary packages.
git clone <repository-url>
Replace with the link of this repository.
cd quizzical
Go into main directory
cd client
Switch into the client directory
npm install
Install all of the necessary front-end dependencies with the above commands
cd ..
Switch back to the parent directory, quizzical.
cd server
Switch into the server directory
npm install
Install all of the necessary back-end dependencies with the above commands.
You also have to install the necessary python libraries with the pip command
pip install git+https://github.com/openai/whisper.git
pip install moviepy
pip install ffmpeg
Switch into the client directory and type in
npm start
Switch into the server directory and type in
npm start
And now you should be good to go, you can use our product successfully!