Objective
This Medical Chatbot project is designed to assist users in managing their health by collecting personal health data such as age, weight, and other health metrics. The chatbot provides personalized advice based on the user’s health inputs and stored information. Admin users can manage health-related disease data and access it through the chatbot interface. Built using PHP, MySQL, and JavaScript, the chatbot serves as a valuable tool for users to track their well-being and receive tailored recommendations.
Skills Learned
- Development of a PHP-based chatbot.
- MySQL database management for user and disease data.
- User input handling and personalized health advice.
- Admin functionality for managing health-related data.
- Frontend design using HTML, CSS, and JavaScript.
Tools Used
- PHP: Backend development for the chatbot functionality.
- MySQL: Database management for storing user and health data.
- JavaScript: For creating interactive and dynamic user interfaces.
- HTML/CSS: For designing the user interface of the chatbot.
GitHub Repository
Explore the full source code of the Medical Chatbot project by visiting my GitHub repository.
Conclusion
This project provided hands-on experience in PHP development, database management, and chatbot functionality, helping to strengthen my skills in web development and creating interactive applications for real-world use.