-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Issue Description
The following projects under the "Algorithms and Deep Learning Models" directory are missing README files.
These projects require clear documentation including project descriptions, setup instructions, and any necessary files like README.md, requirements.txt(e.g., datasets, images, or demo videos):
- Algorithms and Deep Learning Models/QR-Scanner
- Algorithms and Deep Learning Models/Boxoffice (this one is also missing a .csv file)
- Algorithms and Deep Learning Models/Erasing Clouds from Satellite Imagery
Suggested Change
The README files should include:
- Project title and description
- Installation and setup instructions
- Explanation of input and output files
- Dependencies and libraries used
- How to run the project (commands, scripts, etc.)
- Example images, demo video (if required), or screenshots of outputs
- For
Boxoffice
, include details about the missing .csv file and provide a sample or instructions to retrieve it.
Rationale
Proper documentation is essential for users and contributors to understand how to use, contribute to, and interact with these projects. Including images and demo videos can enhance clarity and provide visual understanding. Additionally, providing missing datasets like the .csv
file for Boxoffice
will allow the project to be functional.
- Please add the following tags to the issue:
gssoc
,gssoc-ext
,hacktoberfest
. - Kindly assign this issue to @ananas304.
Thankyou for your time :)
Urgency
Medium
Record
- I have read the Contributing Guidelines
- I'm a GSSOC'24 contributor
- I want to work on this issue