This project uses a Convolutional Neural Network (CNN) to classify images as crop or weed.
The model learns patterns such as edges, shapes, and textures from images and uses them to classify inputs.
- Python
- TensorFlow
- OpenCV
- NumPy
- Run day4.py to train model
- Run day5.py to test images
- Small dataset
- Similar-looking crops and weeds may confuse model
- Add more data
- Use object detection (YOLO)
- Real-time camera detection

