Inspiration

The frist time We dont have a idea what to make, Upon discovering CNNs in the hackathon description, we saw an opportunity to apply them for social good. Hence, we decided to develop a rice disease classification system to aid agriculture, aiming to assist farmers in early disease detection

What it does

Rife Guard is a web application designed to classify rice diseases from images. Users can upload or take a images of rice plants, and our CNN model processes these images to determine the presence of any diseases.

How we built it

We built Rife Guard using a combination of FastAPI for host Html that use tailwind with jinja and use Gradio for creating the user-friendly interface and then use Gradio pass html iframe for make page to use model.

Our CNN model, trained on a dataset of annotated rice disease images from kaggle use fastai because it easy for not complex model and can make model faster than other framework to fit in time of hackathon.

Challenges we ran into

Throughout the development process, we encountered several challenges. Fine-tuning the CNN model to achieve optimal accuracy demanded extensive experimentation and parameter tuning. Additionally, integrating Html with Gradio while maintaining smooth functionality.

Accomplishments that we're proud of

We are successful implementation of our CNN model for accurate disease classification. Furthermore, crafting a visually appealing and user-friendly web interface was a significant achievement.

What we learned

The journey of developing Rife Guard provided invaluable insights into the basic of CNNs and their applications in image classification. Additionally, navigating the integration of various frameworks and technologies enhanced our skills in backend development and user interface design because This is ours firsttime use Fastapi

What's next for Rife Guard

Future plans include refining the CNN model or trying new model for improved accuracy, and implementing features for real-time feedback and analysis make user know what should do next after know rice diseases.

Built With

  • fastai
  • fastapi
  • gradio
  • python
  • tailwind
Share this project:

Updates