Paw Shuffle 🐢: A Random Dog Image and Breed Comparison App

Introduction: This Streamlit application utilizes the Dog API to generate random dog images and provides detailed information about the breed using the American Kennel Club (AKC) dataset.

Live Deployment: https://paw-shuffle.streamlit.app/

Screenshot 2024-01-12 at 10 08 59 PM

Data Sources:

Steps to run locally:

  1. Clone the repository
  2. Create a Python virtual environment
  3. Install the required packages using pip install -r requirements.txt
  4. Run the app using streamlit run main.py
3 Likes