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
- Random Dog Image Generator: https://dog.ceo/dog-api/
- American Kennel Club dog breed dataset: https://tmfilho.github.io/akcdata/
- 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