You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a convolutional neural network (CNN) for detecting rice leaf diseases. Users can upload images, and the model provides real-time predictions of the disease class along with raw prediction scores. Built using TensorFlow and Streamlit, it aims to assist farmers and agricultural specialists in managing plant health.
ImageTextDataset adalah sebuah kelas yang mengimplementasikan torch.utils.data.Dataset untuk memuat dataset gambar dan teks. Dataset ini dirancang untuk mempermudah proses pelatihan model pembelajaran mesin yang memerlukan input berupa gambar dan anotasi teks.