yukti-kash commited on
Commit
302bd88
β€’
1 Parent(s): 57c86bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -10,25 +10,26 @@ 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.
@@ -37,11 +38,8 @@ MCQ Generator is an innovative tool designed to streamline the process of genera
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.
 
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
+
19
+ ## πŸš€ Features
20
  - **PDF and Text File Support**: Upload PDF or text files to extract content for generating MCQs.
21
  - **Customizable**: Specify the number of MCQs, subject, and level of difficulty.
22
  - **Interactive Interface**: User-friendly interface implemented using Streamlit, making it easy to use.
23
  - **Automated Complexity Assessment**: The system provides a complexity assessment for the generated MCQs.
24
 
25
+ ## πŸ§™β€β™‚οΈ How to Use
26
  1. Upload a PDF or text file.
27
  2. Specify the number of MCQs desired, subject, and level of difficulty.
28
  3. Click "Create" to generate MCQs.
29
  4. Review the generated MCQs and complexity assessment.
30
  5. Use the generated MCQs for assessments, quizzes, or learning materials.
31
 
32
+ ## πŸ› οΈ Technologies Used
33
  - **Python**: Primary programming language.
34
  - **Streamlit**: For building the interactive web application.
35
  - **PyPDF2**: For extracting text from PDF files.
 
38
  - **Hugging Face** : For deploying the application.
39
 
40
 
41
+ ## 🀝Contributions
42
  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.
43
 
44
+ ## πŸ“ƒ License
45
+ This project is licensed under the [MIT License](LICENSE).