tranduytan24/Cats_Dogs_Classification
0
HOW TO RUN?->
- Create Conda Environment: conda create -n ur_env python=3.12.4
- Activate Environment: conda activate ur_env
- Install Packages: pip install -r requirements.txt
- Run Deployment: streamlit run app.py
For training model:
- Just open training.ipynb and run all cells :D
