You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Revamp README with comprehensive project information and status badges
This commit significantly improves the project's README.md file by:
- Integrating a set of informative badges (Build Status, License, Technologies, Repository Stats) for a quick overview.
- Reorganizing content into clearer sections: Features, Technologies & Architecture, Screenshots, Getting Started, ML Model Details, License, and Acknowledgements.
- Ensuring all instructions for setup (including API key configuration in local.properties) are accurate and easy to follow.
- Verifying and updating links to external resources and APIs.
- Enhancing the overall visual appeal and professionalism of the project's landing page on GitHub.
Copy file name to clipboardExpand all lines: README.md
+26-8Lines changed: 26 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Pixel Weather App (Diploma Project)
2
2
3
+
<palign="center">
4
+
<!-- Build & Quality -->
5
+
<imgsrc="https://img.shields.io/github/actions/workflow/status/ArtemZarubin/PixelArtWeatherML/android.yml?style=for-the-badge&logo=githubactions&logoColor=white"alt="Android CI Build Status"/>
0 commit comments