Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.44.1
Healthcare System Dashboard - Streamlit Frontend
This is the frontend for our Healthcare System Dashboard, built using Streamlit.
Demo
A live demo of the application is available at: https://healthcare-ai-falcon-hackathon.streamlit.app/
Setup
Install required packages:
pip install streamlit requests python-dotenv ai71
Set up your environment variables: Create a
.env
file in the same directory as yourapp.py
with the following content:AI71_API_KEY=your_api_key_here
Run the Streamlit app:
streamlit run app.py
Features
- Home page with AI71-powered chat interface
- AI Chatbot Diagnosis page
- Drug Identification page
- Outbreak Alert page
Usage
- Navigate to the Home tab to interact with the AI71 chatbot.
- Use the sidebar to switch between different features.
Note
Ensure that your Django backend is running on http://localhost:8000
for the API calls to work correctly.