Code Monkey home page Code Monkey logo

pldds's Introduction

React JS Material UI Bootstrap

Paddy Leaf Disease Detection System

Paddy Leaf Disease Detection System (PLDDS) is web application made to help farmers identify leaf diseases in their paddy crop.

ForTheBadge made-with-javascript

The master branch has code for React app and the backend branch has code for flask web server.

React App

[TOC]

Installation

Make sure you have node v12.x and npm installed.

If you have yarn installed, install the dependencies using it:

yarn install

or with npm:

npm install

Usage

yarn start

or with npm:

npm start

Establishing connection with the backend server

Initially the app is connected to a backend flask server hosted on heroku.

If you want to wire the backend to the local flask server setup by yourself from the backend code, you may modify the localhost value in host object to the ip address of the backend flask server.

Check the backend branch in this repo for more information on how to set up flask server.

./src/backendapi.js

import Axios from 'axios'
const host = {
    heroku: "//pldds-beta.herokuapp.com",
    localhost: "//Your local pldds backend flask server's IP Address or 127.0.0.1:5000(localhost)"
}
export default Axios.create({
    baseURL:host.heroku //change this to localhost
})

Creating production build

To create a production build of this React app, you may run:

yarn build

or with npm:

npm build

You will find the build folder generated in the project directory.

Serving the production build

To serve the production build of the app locally,

Install serve from npm:

yarn global add serve

or

npm -g i serve

and run:

serve ./build

Project Status

This project is no longer maintained.

If you ๐Ÿ‘ this project, feel free to give it a โญ

Authors

Joel Fintan Joel Fintan

Mahesh Chandran Mahesh Chandran G

Aldrin Alfred Aldrin Geo Alfred


ForTheBadge built-with-love ForTheBadge contains-technicaldebt ForTheBadge made-with-javascript

pldds's People

Contributors

dependabot[bot] avatar joelfinz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pldds's Issues

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.