Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gimnathperera/molemi-app

Molemi App is a AI (Deep Learning) based plant disease recognition application that can identify up to 10 various types of plant diseases by analyzing plant leaves.
https://github.com/gimnathperera/molemi-app

cnn deep-learning expo flask mysql reactnative tensorflow

Last synced: 3 months ago
JSON representation

Molemi App is a AI (Deep Learning) based plant disease recognition application that can identify up to 10 various types of plant diseases by analyzing plant leaves.

Awesome Lists containing this project

README

        

# Project Overview

🚀 Molemi App is a AI (Deep Learning) based plant disease recognition application that can identify upto 10 various types of plant diseases by analyzing plant leaves. The app contains following features;

- User registeration

- User authentication

- User logout

- Select image from device gallery

- Take a photo from device camera

- Identifying plant disease

- View details about various plant diseases

🚀 **Tech Stack** - React Native | Convolutional Neural Networks | Flask | MySql

🚀 **Views**









## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

- NPM / Yarn and Node.js installed
- Expo-CLI installed
- python installed
- Anaconda installed

### Installing the client app

Installing NPM modules

Execute these commands from the client directory

```
npm install
```

### Running the client app

and open another terminal on client directory
```
expo start
```

### Installing the client app
Open another terminal on server directory
```
conda create -n venv python=3.7
conda activate venv
conda install [dependencies]
```
### Running the server app
```
python app.py
```