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.
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.
- Daytona
- Astro
- Tailwind
- Express JS
- GroqAPI
- Install Daytona: Follow the Daytona installation guide.
- Create the Workspace:
daytona create https://github.com/drk025/pet-pilot-ai
- 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.:
- 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>
- Start the Application:
- Inside frontend,
npm run dev
- In backend directory,
node server
Open your browser and navigate to http://localhost:4321/
.
This project is licensed under the MIT License.