Skip to main content

Posts

Showing posts with the label WebDev

Building My Own AI Workout Chatbot: Because Who Needs a Personal Trainer Anyway?

The idea for this project started with a simple question: How can I create a personal workout AI that won't judge me for skipping leg day? I wanted something that could recommend workouts based on my mood, the time of day, the season, and even the weather in my region. This wasn't just about fitness—it was an opportunity to explore AI, practice web app engineering, and keep myself entertained while avoiding real exercise. Technologies and Tools Used To bring this chatbot to life, I used a combination of modern technologies and services (no, not magic, though it sometimes felt that way): Frontend: HTML, CSS, and JavaScript for the user interface and chatbot interaction (because making it look cool is half the battle). Backend: Python (Flask) to handle requests and AI-powered workout recommendations (it's like a fitness guru, minus the six-pack). Weather API: Integrated a real-world weather API to tailor recommendations based on live conditions (because nobody...