An AI-powered health assistant that provides medical insights, symptom analysis, and general health advice using MedBERT and BioGPT models. The chatbot integrates FastAPI as the backend and Streamlit for an intuitive frontend interface.
๐ Features
โ AI-Powered Medical Assistance - Uses MedBERT for text classification and BioGPT for response generation. โ User Authentication & Authorization - Secure login system using JWT authentication. โ Chat History Management - Stores, retrieves, and deletes user interactions. โ Guest Mode - Allows users to interact without registration. โ Dark & Light Theme Support - Enhances user experience with UI customization. โ Secure Database Integration - SQLite for user and chat data storage.
๐ค AI Models Used
MedBERT: For medical text classification.
BioGPT: Generates contextual responses based on user queries.
๐ ๏ธ Future Enhancements
๐น Expand AI model capabilities with more datasets. ๐น Deploy using Docker for scalability. ๐น Enhance UI/UX with better visual elements.
๐ Acknowledgments
Special thanks to the open-source community for providing valuable AI models and tools that made this project possible. ๐