Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat8901/plant-health-analyzer
Efficiently and reliability stores images of plants for health analysis and management
https://github.com/pat8901/plant-health-analyzer
database docker health plants python tensorflow
Last synced: 19 days ago
JSON representation
Efficiently and reliability stores images of plants for health analysis and management
- Host: GitHub
- URL: https://github.com/pat8901/plant-health-analyzer
- Owner: pat8901
- License: gpl-3.0
- Created: 2024-12-16T06:24:16.000Z (26 days ago)
- Default Branch: master
- Last Pushed: 2024-12-16T23:26:04.000Z (25 days ago)
- Last Synced: 2024-12-17T00:41:26.175Z (25 days ago)
- Topics: database, docker, health, plants, python, tensorflow
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plant Health Analyzer
Python program to help store images of plants for health analysis. This program watches for new images and places them in a database. Additionally, this program has an AI trained using TensorFlow to determine the health of the plants featured in the images. Lastly, Plant Health Analyzer features a Django backend allowing end users to query meta-data on the program and database over a network.
# Tech Stack
* Python
* Django
* PostgreSQL
* TensorFlow
* Docker