I recently adopted a cat and found out there are some plants that are dangerous for him! So i've set out to build a mobile App which leverages Azure Custom Vision.
It is a Xamarin.Forms App, with a .NET Core support Backend. All connections from the App pass through the backend to be able to monitor it a bit better.
You can build and run the project from command line using:
- Clone this repository to your local machine.
$ git clone https://github.com/tiagodenoronha/PlantsIdentifier.git
- Move to the project directory.
$ cd PlantsIdentifier/src/PlantsIdentifierAPI
- Restore packages.
$ dotnet restore
- Initialize the database.
$ dotnet ef database update
- Run the project.
$ dotnet run
First of all, thank you to everyone who contributes!
If you are interested in fixing issues and contributing directly to the code base, be my guest! Just fork the repo and do your magic! :) See the list of contributors who participated in this project.
Please see also the Code of Conduct.
- Vote for popular feature requests.
- File a bug in GitHub Issues.
- Tweet me with other feedback!
This ReadMe was based on the VSCode's ReadMe.
Copyright (c) Tiago Noronha. All rights reserved.
Licensed under the MIT License.