visual-layer / fastdup

fastdup is a powerful free tool designed to rapidly extract valuable insights from your image & video datasets. Assisting you to increase your dataset images & labels quality and reduce your data operations costs at an unparalleled scale.
Other
1.51k stars 74 forks source link

Temporary Fix for Download Badge on README.md #299

Closed dnth closed 8 months ago

dnth commented 8 months ago

Due to a recent change by PePy, an API key is now required to access the "Total Downloads" data for packages, which has resulted in our "Total Downloads" badge on the README.md no longer displaying this information.

Current Issue: The current badge setup is unable to retrieve the "Total Downloads" count, leading to a broken badge image.

img

Temporary Solution: While PePy and shields.io work on a solution to display "Total Downloads" again, this PR implements a stop-gap measure by switching to a "Monthly Downloads" badge. This will ensure that we continue to provide download metrics on our README.

img

Proposed Change: Replace the existing badge with a "Monthly Downloads" badge, which does not require an API key and is fully functional.

We intend to revert to the "Total Downloads" badge as soon as PePy provides a method to do so that is compatible with our project's setup.