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.
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.
- DataRobot account. You can request a free trial at https://datarobot.com/lp/trial.
- Vercel account with Vercel CLI set up (for deployment and API) - https://vercel.com
- 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
Locally:
npm run build
npm run start
On Vercel:
vercel --prod
If you'd like to report an issue or bug, suggest improvements, or contribute code to this project, please refer to CONTRIBUTING.md.
This project has adopted the Contributor Covenant for its Code of Conduct. See CODE_OF_CONDUCT.md to read it in full.
Licensed under the Apache License 2.0. See LICENSE to read it in full.