Map your plant's health in color!
A simple tool to visualize plant health with grayscale image processing.
- Upload plant images
- Grayscale health maps with OpenCV
- Built with Flask and Next.js
- Clone:
git clone https://github.com/yourusername/chloromap-new.git
- Backend:
cd backend
pip install -r requirements.txt
python app.py
- Frontend:
cd frontend
npm install
npm run dev
- Run backend (
localhost:5000
) and frontend (localhost:3000
). - Upload an image to see the grayscale result.
- Shiva Sajay