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/
Data Sources:
- Random Dog Image Generator: Dog API
- American Kennel Club dog breed dataset: akcdata | Information about 277 dog breeds extracted from the American Kennel Club website using Beautiful Soup.
Steps to run locally:
- Clone the repository
- Create a Python virtual environment
- Install the required packages using
pip install -r requirements.txt
- Run the app using
streamlit run main.py