Giter Club home page Giter Club logo

plant-disease-classification-api's Introduction

plant-disease-classification-api

plant-disease-classification-api is a REST API project that aims to classify diseases on plants. It is based on the ML models available at https://github.com/abdullahselek/plant-disease-classification-models. I aimed to keep this API simple so there is only one endpoint available which is responsible from classification. I plan to add more advanced ML models in the future so endpoint is designed to support this. API has available Swagger interface for quick tests and documentation. After you launch the project it will be available on docs.

List of contents

Installation

The code is hosted at this repo. Check out the latest main version anonymously with:

git clone git://github.com/abdullahselek/plant-disease-classification-api.git
cd plant-disease-classification-api

Requirements

  • Python 3.6 or higher
  • Python modules available in requirements.txt
  • Installation using pip install -r requirements.txt

Running tests

  • Complete [requirements](#requirements) section
  • Install test dependencies using pip install -r requirements.testing.txt
  • Install local API module pip install -e .
  • Run tests pytest -s -v tests/

Running

Launch the API and documentation uvicorn plant_disease_classification_api.main:app, it will be available at http://127.0.0.1:8000.

Use uvicorn plant_disease_classification_api.main:app --host 0.0.0.0 to run API on a server.

License

MIT License

plant-disease-classification-api's People

Contributors

abdullahselek avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

aishwarya0700

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.