Giter VIP home page Giter VIP logo

Cow Cure

Cow Cure is a web-app project developed by Poojya Gupta, Bhavya Parmar and Dikshita Bargoda that helps farmers quickly and accurately identify potential health issues in their cattle, enabling timely and appropriate interventions to ensure their health and productivity.

Authors

Features

  • 3-Step Cattle Disease Finder tool - uses a bipartite graph to match input symptoms to the disease
  • Detailed information about the disease (Symptoms, Causes, Treatments, Preventions)
  • Flask Backend
  • Queries Form connected to Google Sheets
  • Search disease bar with auto-suggest
  • Fully Responsive
  • Clean UI

Deployment

Once you have downloaded the repository ensure that its structure is as shown below:

Website Codes/
│
├── app.py
├── Cow Diseases.xlsx
├── README.txt
├── LICENSE.txt
|
├── templates/
│   ├── all_diseases.html
│   ├── disease_info.html
│   ├── disease.html
│   ├── index.html
│   ├── symptom1.html
│   ├── symptom2.html
│   ├── symptom3.html
|
├── static/
│   ├── css/
│   │   └── style.css
│   ├── images/
│   │   ├── about-img.png
│   │   ├── bg img.png
│   │   ├── Cow cure bar dark transparent.png
│   │   ├── Cow cure logo light transparent.png
│   │   ├── disease-finder-bg-img.png
│   │   ├── home-img.png
│   │   ├── image 1.png
│   ├── js/
│   │   ├── script.js
│   │   └── multi.js

Then copy the path of Cow Disease.xlsx file.

Then open the app.py file and then in line 9:

df = pd.read_excel(r"Website Codes\Cow Diseases.xlsx", sheet_name="All in one")

Replace "Website Codes\Cow Diseases.xlsx" with your copied path.

df = pd.read_excel(r"Your_Copied_Path\Cow Diseases.xlsx", sheet_name="All in one")

Ensure that you have the following libraries installed in Python :

  • pandas
  • networkx
  • flask (Framework)
  • openpyxl

Now you are all set to go. Run the app.py file and open the live server given in the output.

Queries Sheet

Link to the Google sheet containing the queries form submission data: https://docs.google.com/spreadsheets/d/1TPleohFeJbJ9fZ1lEk3sKo0SwRtRAmOrdKamjNocNUg/edit?usp=sharing

Contributing

Contributions are always welcome!

If you would like to contribute to this project, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.

License

See the LICENSE.txt file for details.

Cow Cure's Projects

cow-cure icon cow-cure

Cow Cure is a web-app project that helps farmers quickly and accurately identify potential health issues in their cattle, enabling timely and appropriate interventions to ensure their health and productivity.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.