Spaces:
Sleeping
Sleeping
yukti-kash
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: MCQ Generator
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: red
|
6 |
sdk: streamlit
|
@@ -8,5 +8,40 @@ sdk_version: 1.30.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: MCQ Generator
|
3 |
+
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: red
|
6 |
sdk: streamlit
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
# π€ MCQ Generator π¦π
|
12 |
|
13 |
+
## Introduction
|
14 |
+
MCQ Generator is an innovative tool designed to streamline the process of generating multiple-choice questions (MCQs) using Generative AI technology. This project leverages advanced algorithms to automatically create MCQs from text documents, providing a convenient solution for educators, content creators, and anyone needing to generate quizzes quickly and efficiently.
|
15 |
+
|
16 |
+
## Application Link π : [Try here](https://huggingface.co/spaces/yukti-kash/MCQ-Generator)
|
17 |
+
|
18 |
+
## Features
|
19 |
+
- **PDF and Text File Support**: Upload PDF or text files to extract content for generating MCQs.
|
20 |
+
- **Customizable**: Specify the number of MCQs, subject, and level of difficulty.
|
21 |
+
- **Interactive Interface**: User-friendly interface implemented using Streamlit, making it easy to use.
|
22 |
+
- **Automated Complexity Assessment**: The system provides a complexity assessment for the generated MCQs.
|
23 |
+
|
24 |
+
## How to Use
|
25 |
+
1. Upload a PDF or text file.
|
26 |
+
2. Specify the number of MCQs desired, subject, and level of difficulty.
|
27 |
+
3. Click "Create" to generate MCQs.
|
28 |
+
4. Review the generated MCQs and complexity assessment.
|
29 |
+
5. Use the generated MCQs for assessments, quizzes, or learning materials.
|
30 |
+
|
31 |
+
## Technologies Used
|
32 |
+
- **Python**: Primary programming language.
|
33 |
+
- **Streamlit**: For building the interactive web application.
|
34 |
+
- **PyPDF2**: For extracting text from PDF files.
|
35 |
+
- **Pandas**: For data manipulation and displaying results.
|
36 |
+
- **OpenAI's GPT-3**: For language generation and complexity assessment.
|
37 |
+
- **Hugging Face** : For deploying the application.
|
38 |
+
|
39 |
+
|
40 |
+
## Contributions
|
41 |
+
Contributions are welcome! If you have any suggestions, feature requests, or bug reports, please feel free to open an issue or submit a pull request.
|
42 |
+
|
43 |
+
## Credits
|
44 |
+
This project was developed by [Your Name] and [Contributors], inspired by the need for efficient MCQ generation tools in educational settings.
|
45 |
+
|
46 |
+
## License
|
47 |
+
This project is licensed under the [License Name] License. See the [LICENSE](link-to-license) file for details.
|