Skip to content

Calhacks10-0/file_to_flashcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Quizzical

Quizzical is an AI powered tool for effective studying. Take advantage of our innovative flashcards and concise summaries to level up your study routine.

How it works

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.

Installation

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

Execution

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published