Skip to content

samyak1729/last-min-study-with-llms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quiz-notes-generator

api backend for an ai-powered "last-minute study" app. generates topic-based notes + quiz questions.

stack

  • fastapi: lightweight async web framework.
  • pydantic: schema validation, type hints.
  • groq: llm integration for text gen.
  • python-decouple: env var mgmt.

install

  1. clone repo.
  2. python -m venv venv && source venv/bin/activate (win: venv\Scripts\activate).
  3. pip install -r requirements.txt.
  4. create .env w/ GROQ_API_KEY=<your_key>.

run

uvicorn app.main:app --reload
docs at /docs.

future

frontend next. db support later. auth maybe.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors