Skip to content

freemanpd/gcp-tensorflow-image-classifier

Repository files navigation

gcp-tensorflow-image-classifier

Requirements

  1. Python 3.7+
  2. Pipenv
  3. Cloud SDK (optional)
  4. GCP account (optional)

Installation

  1. Start Python virtual ENV
pipenv shell
  1. Install dependencies
pipenv install
  1. Run database migrations
python manage.py migrate
  1. Create admin user
python manage.py createsuperuser --username admin
  1. Build static files
 python manage.py collectstatic --noinput

Testing

docker build -t sample:dev .

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published