A comprehensive hospital management system built with Streamlit, featuring real-time analytics, medical image analysis, patient prediction, and multilingual support. The system includes advanced features like brain tumor detection, chatbot assistance, and dynamic dashboards.
Confidence score display
π Medical Image Analysis
Risk factor visualization
π Analytics Dashboard
Real-time responses
π¨ Emergency Contact System
streamlit
pandas
numpy
plotly
opencv-python
tensorflow
pillow
pydicom
google-cloud-aiplatform
ultralytics
fpdf
git clone https://github.com/PIYUSH-JOSHI1/Readmission-Prediction.git
cd Readmission-Prediction
pip install -r requirements.txt
export GOOGLE_APPLICATION_CREDENTIALS="path/to/credentials.json"
export API_KEY="your-api-key"
streamlit run Hospital_Streamlit.py
The system supports multiple languages:
- πΊπΈ English (default)
- πͺπΈ Spanish
- π«π· French
Configure language settings in the settings menu.
Currently supports:
- π Dark theme (default)
Custom themes can be configured in dark_theme
dictionary.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE.md file for details.
For support, email: drigoon2512M@gmail.com or raise an issue in the repository.
hospital-management-system/
βββ main.py
βββ models/
β βββ keras_model.h5
β βββ yolov8n.pt
βββ uploads/
βββ static/
β βββ assets/
βββ utils/
β βββ image_processing.py
β βββ data_analysis.py
βββ config/
βββ settings.py