π‘ Passionate programmer from India with interests in AI Engineering, Full-Stack Development, and Cloud/DevOps. I love turning complex problems into clean, scalable, and innovative solutions.
- π Currently building AI/ML projects and experimenting with cloud-native architectures
- π± Learning AI Engineering + DevOps pipelines
- π Writing at CBblogs β tutorials, guides & case studies
- π¬ Ask me about Python, Web Development, AI/ML, Automation
- π Check my Resume
- β‘ Fun fact: I learn something new every single day!
| π Repository | Description | Tech |
|---|---|---|
| PYBrowser | Lightweight Web Browser with tab management, bookmarks & video streaming | Python, PyQt5 |
| Cbblogs | Full-stack blog platform with admin panel, image upload, code highlighting | Flask, SQLite, Bootstrap |
| EmotionalAnalysis | Real-time emotion detection using ML models and Flask API | TensorFlow, Keras, OpenCV |
| Drive0 | 2D racing game with collision detection and scoring system | Python, Pygame |
class Chirag:
def __init__(self):
self.name = "Chirag Budakoti"
self.role = "AI Engineering Enthusiast & Full-Stack Developer"
self.languages = ["Python", "JavaScript", "C++", "C"]
self.current_focus = ["AI/ML", "Cloud Computing", "DevOps"]
self.hobbies = ["Coding", "Learning", "Problem Solving", "Blogging"]
def say_hi(self):
print("π Thanks for dropping by! Letβs connect and build something amazing together!")
me = Chirag()
me.say_hi()