Skip to content

datarobot-community/dogsnap-workshop

Repository files navigation

Please note: The code in these repos is sourced from the DataRobot user community and is not owned or maintained by DataRobot, Inc. You may need to make edits or updates for this code to function properly in your environment.

Dog Breed ClasssifAIer, powered by DataRobot Visual AI - WORKSHOP VERSION

Thgis is the workshop version of the DogSnap app

Find a dog. Take a photo of a dog. Describe the dog. Upload to the AI 🤖🧠☁️. Learn what breed the dog is. Easy enough with DataRobot.

This is a fun little demo app showing DataRobot's Visual AI in practice. See the app in action: link to deployed app.

Learn how it's made by following a tutorial on DataRobot Developer portal.

Project was bootstrapped using Nitro.

Usage

Prerequisites

Install and Run Dev Server

  • Set up environment variables
cp env.sample .env
  • Fill in your details into the environment variables.

  • Set up Vercel project for local development

vercel init
  • Install the dependencies:
npm install
  • Run the development server
npm run dev

Production

Locally:

  npm run build
  npm run start

On Vercel:

vercel --prod

Development and Contributing

If you'd like to report an issue or bug, suggest improvements, or contribute code to this project, please refer to CONTRIBUTING.md.

Code of Conduct

This project has adopted the Contributor Covenant for its Code of Conduct. See CODE_OF_CONDUCT.md to read it in full.

License

Licensed under the Apache License 2.0. See LICENSE to read it in full.

About

Workshop version of DogSnap - Breed Categorizer

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published