Cats vs Dogs classifier trained on MobileNetV2. Trained and implemented using PyTorch.
Clone the repository:
git clone https://github.com/insaiyancvk/catdogvision
Navigate into the folder:
cd catdogvision
Install dependencies:
pip install torch torchvision pillow requests
Run the CLI app:
python cli.py
Install dependencies:
pip install -r requirements.txt
Run the app:
python app.py