Closed Peart-Guy closed 1 month ago
@yashasvini121 I have done my work. Kindly check it out and give GSSOC-24 EXTD, Hacktoberfest and Level 3. It will be an honor
Your work in not in the correct project structure. Please refer docs/
Since my program is a NLP model so it is done in a single file and it does not need any separate code file to train or a separate code file to run or a separate file of data sets @yashasvini121
Feel free to reach out if you have any questions regarding the expected changes.
Feel free to reach out if you have any questions regarding the expected changes.
@yashasvini121 Since my project comes with the built in UI so it is completed in one single file. My project does not need separate predict.py file or separate UI file. It will completely run by the Text Summarizer.py in the pages folder
I hope I was able to explain everything clearly. Would you like any further adjustments?
Feel free to reach out if you have any questions regarding the expected changes.
@yashasvini121 Since my project comes with the built in UI so it is completed in one single file. My project does not need separate predict.py file or separate UI file. It will completely run by the Text Summarizer.py in the pages folder
I hope I was able to explain everything clearly. Would you like any further adjustments?
Your project works fine, but please note that the PR checklist specifies that the required project structure must be followed. If not, your PR will only receive a Level 1 rating.
Feel free to reach out if you have any questions regarding the expected changes.
@yashasvini121 Since my project comes with the built in UI so it is completed in one single file. My project does not need separate predict.py file or separate UI file. It will completely run by the Text Summarizer.py in the pages folder I hope I was able to explain everything clearly. Would you like any further adjustments?
Your project works fine, but please note that the PR checklist specifies that the required project structure must be followed. If not, your PR will only receive a Level 1 rating.
@yashasvini121 But I don't have extra files to add ,to maintain the project structure. Kindly understand that my project is designed to be simple and efficient, requiring only a single file to function perfectly. This streamlined approach reflects my preference for minimalistic programming, ensuring both ease of maintenance and clarity in structure. I trust that I have clearly explained the issue, and I am confident that you will understand my perspective. Thank You
Feel free to reach out if you have any questions regarding the expected changes.
@yashasvini121 Since my project comes with the built in UI so it is completed in one single file. My project does not need separate predict.py file or separate UI file. It will completely run by the Text Summarizer.py in the pages folder I hope I was able to explain everything clearly. Would you like any further adjustments?
Your project works fine, but please note that the PR checklist specifies that the required project structure must be followed. If not, your PR will only receive a Level 1 rating.
@yashasvini121 But I don't have extra files to add ,to maintain the project structure. Kindly understand that my project is designed to be simple and efficient, requiring only a single file to function perfectly. This streamlined approach reflects my preference for minimalistic programming, ensuring both ease of maintenance and clarity in structure. I trust that I have clearly explained the issue, and I am confident that you will understand my perspective. Thank You
@yashasvini121 I hope you understood. Will be waiting for your reply Thank You
@yashasvini121 Thank You for Understanding. It was pleasure working with you.
Description
I added a Text Summarizer Model Name: Ankan Github: Peart-Guy Participant role: GSSOC-24 EXTD , Hacktoberfest
Issue Resolved
139
Changes Made
I added a new model which summarizes long texts that enhances understanding and speed up learning—perfect for students and professionals alike.
Screenshots or Videos
https://github.com/user-attachments/assets/5b00cfe0-2dff-4790-b88b-7cc1647f0460
Additional Details
Checklist
requirements.txt
file to include any new packagespredict.py
file includes a properly implementedmodel_details()
function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.