MCQ Generator
1.0.0
MCQ-Generator is a simple multiple-choice question generator that leverages Google's Generative AI (Gemini-1.5-flash LLM API) and LangChain, integrated with a user-friendly Streamlit frontend.
To set up the project, follow these steps:
Clone the Repository
git clone https://github.com/luluw8071/MCQ-Generator.git
Install Dependencies
Make sure you have pip
installed and virtualenv
activated. Then run:
pip install -r requirements.txt
Run the Streamlit App
streamlit run app.py
Make sure to set up the necessary API keys and configurations for Google's Generative AI and LangChain in your environment. Update the configuration files or environment variables as needed.
This project is licensed under the MIT License. See the LICENSE file for more details.