Designed an AI-driven healthcare system that provides medical insights and basic health assistance based on user input.
On the index page, the user enters their basic health information including name, age, and symptoms. Once submitted, this data is sent from the JSP/Servlet frontend to the Python FastAPI backend, where an AI model processes the inputs to generate a preliminary health assessment.
On the result page, the system displays the diagnosis returned by the AI backend. The user can view the predicted condition and recommendations, providing a simple and accessible interface for quick, AI-driven health insights.