What A Git-Year! is a simple Gradio app to showcase your GitHub achievements in the past year.
You just need to provide your username and a token with repository-level access (find/create yours here) and the magic will be done in less than a minute!
You can install the app from source code and run it locally:
git clone https://github.com/AstraBert/what-a-git-year.git
cd what-a-git-year/
python3 -m venv gityear
source gityear/bin/activate
python3 -m pip install -r requirements.txt
python3 app.py
And the app should be up and running on http://localhost:7860 in no time!
Use the GitHub Container Registry Docker image to run the application:
docker pull ghcr.io/astrabert/what-a-git-year:main
docker run -p 7860:7860 ghcr.io/astrabert/what-a-git-year:main
The app should be available on http://localhost:7860 in less than one minute!
Find a demo on HuggingFace Spaces
Contributions are more than welcome! See contribution guidelines for more information :)
If you found this project useful, please consider to fund it and make it grow: let's support open-source together!😊
This project is provided under MIT license: it will always be open-source and free to use.
If you use this project, please cite the author: Astra Clelia Bertelli