Projects
Projects
Machine Learning/AI
Smart Humidifier
This project showcases a Raspberry Pi-powered system for automated humidity control. The system gathers data from humidity sensors, triggering a relay switch to activate or deactivate a humidifier based on user-defined preferences. Written in Python for efficient control, this open-source project optimizes comfort, energy usage, and customization, demonstrating the practical application of IoT principles with readily available components.
Web Development
Student Course and Event scheduler
This project showcases Django's capabilities in managing events and courses for students. It leverages Django's templating, views, and models to create a streamlined platform for defining event and course details, scheduling, and participation.
Machine Learning/AI
ChatGPT Chatbot
This project uses Python and the OpenAI API to unlock ChatGPT's GPT-3.5 model, retrieving responses via programmatic commands. By showcasing practical applications for building chatbots and natural language processing tools, it opens doors for further exploration in conversational AI.