Skip to content

pgoel05/MCQ_GenAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI based MCQ Generator

This app uses LangChain and OpenAI API to create custom MCQs from data, adjusting to the desired complexity.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

OPENAI_API_KEY

Run Locally

Clone the project

  git clone https://github.com/pgoel05/MCQ_GenAI.git

Go to the project directory

  cd MCQ_GenAI

Install dependencies

  pip install -r requirements.txt

Start the server

  streamlit run app.py

Tech Stack

  • Python
  • LangChain
  • OpenAI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published