Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.42.0
metadata
title: MediChat
emoji: 🩺
colorFrom: blue
colorTo: yellow
sdk: streamlit
sdk_version: 1.40.1
app_file: app.py
pinned: false
MediChat: AI-Powered Medical Consultation Assistant
MediChat is an intelligent chatbot designed to provide medical consultations using a fine-tuned Llama3.1:8B model. The project bridges advanced AI capabilities with practical healthcare assistance.
Features
- Fine-tuned model for medical conversations
- Interactive and user-friendly interface
- Secure and containerized deployment
How to Use
- Access the chatbot interface.
- Input your medical query.
- Receive intelligent and context-aware responses.
Technical Details
- Model: Llama3.1:8B
- Framework: Gradio
Installation
- Clone the repository:
git clone https://github.com/your_username/medichat.git cd medichat
- Build and run the Docker container: (in bash copy the following code) docker build -t medichat-app . docker run -p 8501:8501 medichat-app
- Access the app at http://localhost:8501.
Limitations This tool is not a replacement for professional medical advice. For critical issues, always consult a licensed medical professional.