Skip to content

drk025/pet-pilot-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Pet Pilot AI : Personalized ChatBot for Petcare

Sample Astro

Introduction

Pet Pilot AI is an intelligent chatbot designed to assist pet owners in providing optimal care for their beloved pets. Whether you're a first-time pet parent or a seasoned caregiver, Pet Pilot AI offers instant advice, answers to common questions, and personalized guidance tailored to the needs of your pets. Built with modern AI technologies, this chatbot aims to simplify pet care and ensure that your furry companions stay healthy and happy.

Problem Statement

Caring for pets can be challenging, especially when pet owners face uncertainties about their pet's health, nutrition, or behavior. Accessing accurate and timely information often requires consultation with veterinarians or sifting through unreliable sources online. This creates a gap for pet owners seeking quick, credible, and accessible advice.

Pet Pilot AI bridges this gap by providing a user-friendly platform that delivers reliable pet care information, offering support and peace of mind to pet owners at any time.

Dependencies

  • Daytona
  • Astro
  • Tailwind
  • Express JS
  • GroqAPI

Getting Started

Open Using Daytona

  1. Install Daytona: Follow the Daytona installation guide.
  2. Create the Workspace:
    daytona create https://github.com/drk025/pet-pilot-ai
  3. Make sure that port 4321 is added as the forward port. You may need to manually add port 3000 in your VSCode otherwise backend might not work.:
  4. Set up the environment variables by creating a .env file inside the backend directory and add your groq api:
    GROQ_API_KEY=<YOUR_GROQ_API_KEY>
  5. Start the Application:
  • Inside frontend,
     npm run dev
  • In backend directory,
   node server

Usage

Visit the frontend application:

Open your browser and navigate to http://localhost:4321/.

Screenshots

image image

License

This project is licensed under the MIT License.

Acknowledgments


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published