/jina-pet-breed-classification

Jina pet breed classification frontend

Primary LanguagePython

Jina Pet breed classification using Jina

This is a pet breed classification front end using streamlit. The backend is built as Jina Executor. The model is trained using this code and the Oxford pets and dogs dataset.

Setting up and running locally

  1. Clone this repo
  2. Enter the directory
  3. Create and activate virtualenv/conda env
  4. pip install -r requirements.txt
  5. python backend.py
  6. streamlit run frontend.py
  7. Open the URL in your browser