Skip to content

CoolCoderSJ/Practinote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practinote

Use AI to generate practice quizzes directly from your notes.

Tech Stack/Information

The languages used in this project are Python, HTML, CSS, and JavaScript. The libraries used in this project are Flask, PyPDF2, and NLTK. The web app is hosted on Oracle Cloud Infrastructure.

Set Up Locally

  1. Clone the repository
git clone https://github.com/CoolCoderSJ/Practinote.git
  1. Install the required libraries
pip install -r requirements.txt
  1. Setup a Google Service Account

  2. Setup the environment variables

  • Create a file and name it .env
  • Visit Cohere and create an account
  • Navigate to https://dashboard.cohere.com/api-keys
  • Copy the Trial API key
  • Paste the API key into the .env file Here's an example of what the .env file should look like-
COHERE=your_api_key_goes_here
  1. Run the app
python main.py

About

Use AI to generate practice quizzes directly from your notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published