Chirag Patel’s Post

I built a full-stack AI appointment booking assistant — with ₹0 in API costs. No OpenAI. No monthly subscriptions. Just Python, FastAPI, and Ollama running a 120B parameter model. Here's what it does: → Chats with patients naturally via a browser UI → Recommends dental services based on symptoms → Checks real-time slot availability from a live database → Books appointments and stores them permanently → Prevents double-booking automatically The full stack: • Backend → Python 3.11 + FastAPI • Database → SQLite + SQLAlchemy ORM • AI Model → Ollama gpt-oss:120b-cloud • Frontend → HTML + CSS + Vanilla JS • Server → Uvicorn I wrote a complete step-by-step tutorial covering: ✅ Ollama installation & model setup ✅ Python virtual environment setup ✅ Full database schema design & seeding ✅ All 6 REST API endpoints ✅ The complete chat UI from scratch ✅ GitHub deployment No prior AI experience needed. If you know basic Python, you can follow along. 📖 Full article on Medium → https://lnkd.in/dNGnGykT 💻 Complete source code on GitHub → https://lnkd.in/dKp8JkYH If you're learning Python backend development or want to build AI-powered apps without cloud bills, this is a good starting point. #Python #FastAPI #AI #Ollama #OpenSource #WebDevelopment #SQLite #LLM #BackendDevelopment #Tutorial #Beginner #AiAssitant #AiPoweredApp

  • No alternative text description for this image

without cloud billing your app won't be production go live won't be useful to client during scalability, but you're learning curve improved presuming you coded from scratch than using chatgpt or any AI tool

Zero API cost + full AI system? That’s real engineering.

See more comments

To view or add a comment, sign in

Explore content categories