Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.29 KB

PetCare AI

Introduction

PetCare AI is a telemedicine platform designed for pets, leveraging AI to provide diagnostic assistance and treatment recommendations. This application enables pet owners to upload images and describe symptoms, allowing the AI to analyze and suggest possible conditions and urgency levels. The platform is built using TensorFlow and Flask, with a user-friendly web interface to facilitate interaction.

Features

  • AI-Powered Symptom Checker: Analyze pet symptoms and images to suggest potential conditions and urgency levels.
  • Image Upload: Users can upload a picture of their pet for a more detailed analysis.
  • Symptom Description: Users can describe their pet's symptoms in detail.
  • Real-Time Analysis: Get instant results based on uploaded images and symptom descriptions.
  • Model Training and Deployment: Includes a robust model trained on images to provide accurate diagnostics.
  • Flask Backend: A Flask-based backend to handle image uploads, process predictions, and return results.

Installation

Prerequisites

  • Python 3.6 or higher
  • TensorFlow 2.x
  • Flask
  • PIL (Python Imaging Library)

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/petcare-ai.git
    cd petcare-ai
    python3 app.py