Deploying a project on GitHub Pages (github.io) that uses an AI model like a .h5 file is not feasible, so please set up it in you machine and use it for free.
This app checks water in tomato leaves. It uses AI to help you.
- Checks Moisture: Tells if plant has Low, Good, or High water.
- Gives Advice: Tells you if you need to water the plant.
- Test Images: Has photos to try.
- Easy to Use: Simple web page.
- Docker
- Git
-
Get the code:
git clone https://github.com/yourusername/soil-moisture-analyzer.git cd soil-moisture-analyzer -
Start the app:
docker compose up --build
-
Open app: Go to your browser and type:
http://localhost:8000
- Pick an Image: Use test image or upload your own.
- Click Button: Click "Analyze Moisture".
- See Result: See if plant needs water.
app/main.py: The web server code.app/model.py: The AI brain code.Dockerfile: How to build the app.docker-compose.yml: How to run the app.
MIT License

