- For reproduce the output of training process run this Kaggle notebook
- Deploy on Streamlit: link
This project is a Streamlit application. Follow the instructions below to set up your environment and run the app.
- Git
- Conda
. 1. Clone the Repository
First, clone this repository from GitHub:
git clone https://github.com/dauvannam1804/cat-dog-classifier-app.git
2. Create and Activate a Conda Environment
conda create --name ex1 python=3.10
conda activate ex1
3. Install Dependencies
pip install -r requirements.txt
4. Run the Streamlit Application
streamlit run app.py
If you encounter any issues or need assistance, please reach out to us:
- Email: [email protected]
If you encounter any bugs or have feature requests, please raise an issue on our GitHub repository:
- GitHub Issues: issues
Appreciate your feedback and contributions!