Skip to content

Mobile App which uses ML.NET to categorize the different types of plants with a picture

License

Notifications You must be signed in to change notification settings

tiagodenoronha/PlantsIdentifier

Repository files navigation

PlantsIdentifier

Build Status CodeFactor codecov

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.

Bugs Twitter

Getting Started

You can build and run the project from command line using:

  1. Clone this repository to your local machine.
$ git clone https://github.com/tiagodenoronha/PlantsIdentifier.git
  1. Move to the project directory.
$ cd PlantsIdentifier/src/PlantsIdentifierAPI
  1. Restore packages.
$ dotnet restore
  1. Initialize the database.
$ dotnet ef database update
  1. Run the project.
$ dotnet run

Contributing

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.

Feedback

References

This ReadMe was based on the VSCode's ReadMe.

License

Copyright (c) Tiago Noronha. All rights reserved.

Licensed under the MIT License.

About

Mobile App which uses ML.NET to categorize the different types of plants with a picture

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages