Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

AI

PawServe: AI Symptom Help, Breed Finder & Real Vet Care in One Place

This is a submission for Weekend Challenge: Dog Days Edition What I Built PawServe is a full dog-care platform built for one simple idea: everything your dog needs should live in one place. Not just a cute landing page. A real working app where you can: Find the right breed — search and filter 20+ breeds by category (Security & Guard, Herding, Sporting, Toy, etc.), size, energy, and temperament,…

PawServe is a comprehensive dog care platform that aims to consolidate everything a dog owner needs into one user-friendly app. The app offers features such as breed selection, vet search, symptom diagnosis with AI assistance, product shopping, and discovery of dog-friendly locations.

To start, users can explore the breed finder section, which allows them to search and filter over 20 different breeds based on various criteria like category, size, energy level, and temperament. When selecting a breed, users are presented with detailed information, including origin, lifespan, fun facts, price ranges, and adoption details.

For veterinary care, the app provides a directory of specialists covering various fields such as general practice, surgery, dermatology, rehab, cardiology, and more. Users can filter the list of vets according to their specialty and check their availability. Additionally, the AI health path utilizes Google Gemini to provide first-aid style guidance based on the symptoms described by the user.

Apart from veterinary care, the app also features product shopping options for dog supplies like food, toys, health, and grooming products. Users can explore dog schools, parks, and local dog-friendly places to visit. Furthermore, the app includes care guides and celebration content like International Dog Day to educate and entertain users.

The platform is designed to be user-friendly and practical, helping dog owners make informed decisions about their pets' health, training, and everyday care. It can be accessed through a live site or a demo app, and it is also available as a Progressive Web App (PWA) that can be installed on the user's home screen and used like a native app.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

Running three AI models on one local server when your VRAM doesn't cover all of them

The first time I tried loading Whisper, bge-m3, and gemma at the same time on my local box, it OOM’d immediately. I’d known this was going to happen, but I tried anyway to see where the ceiling…

  • Attempted to run three AI models (Whisper, bge-m3, gemma) simultaneously on workstation
  • Encountered out-of-memory error due to insufficient VRAM for all models at once
  • Implemented sequential loading to avoid parallel processing issues

More from Monday 17 August →