This project provides a complete pipeline for detecting agricultural pests using TensorFlow from scratch. It includes Jupyter notebooks for model training and inference, a custom pest dataset, and scripts to convert annotations into TFRecord format. The model uses a frozen TensorFlow object detection graph, and all outputs are saved locally after inference, making it suitable for offline or local use.