This app uses LangChain and OpenAI API to create custom MCQs from data, adjusting to the desired complexity.
To run this project, you will need to add the following environment variables to your .env file
OPENAI_API_KEY
Clone the project
git clone https://github.com/pgoel05/MCQ_GenAI.gitGo to the project directory
cd MCQ_GenAIInstall dependencies
pip install -r requirements.txtStart the server
streamlit run app.py- Python
- LangChain
- OpenAI
