waldo-vision / models

Repository for model development and training
https://waldo.vision
Mozilla Public License 2.0
12 stars 4 forks source link

Issue Resolved : Add better progress tracking #22 #23

Open swastikom opened 1 year ago

swastikom commented 1 year ago

To add better progress tracking to the link_retrieval.py script I've updated the code as follows:

  1. Added the tqdm library to track the progress. Install it by running pip install tqdm.
  2. Imported the tqdm library at the beginning of the script.
  3. Updated the main() function to use tqdm to track the progress of the API requests.

Now, each iteration of the loop will update the progress bar.