This is the repository of the group 'Chicken Feet' for ezyVet hackathon
Project Name: Pet Health Checker
Aim- To help pet owners assess the health of their pets anytime anywhere just a click away
Description:-
This application is a one stop shop for pet owners. It is a powerful tool which assists pet owners determine various facts about their pets in real time. The app accepts input from pet owners asking breed,gender,age,weight and height. Based on the data received, the app will then display data indicating the following: Healthy or overweight, % chances of getting chronic illnesses depeding upon breed species,breed specific temperament and common diseases the breed witnesses in their lifetime
- You need to install .net environment which can be found here (https://dotnet.microsoft.com/en-us/download)
- You need to have a CORS extension installed in your search engine eg. google, brave, it can be found here (https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf?hl=en)
- You need to have visual studio live server extension
- Download the source folder from our github repository (https://github.com/enricoserrano/Chicken-Feet)
- Open command with path from source folder and type 'dotnet run'
- Open the cors extension app
- Open the index.html with the live server extension
- The application should now function
Working:-
The front end of the application is based on HTML which sends http request to C# RestAPI which in turn queries MySQL Database to retrieve data and stores it in Machine Learning Classification Model and then API calls are made back to C# RestAPI. Lastly, C# RestAPI returns results of request.
Conclusion: This application leaves no stone unturned in terms of helping pet owners truly analyse their pet's breed specific details, diseases they are prone to with the % chances of getting it and a fun fact!
Project is created with: