An Heart Disease Prediction Website
-
Install the requirements
pip install -r requirements.txt
-
Run the app
streamlit run streamlit_app.py
-
Get started with the Gemini API
- Go to Google AI Studio.
- Login with your Google account.
- Create an API key.
- Try a Python SDK quickstart in the Gemini API Cookbook.
- For detailed instructions, try the Python SDK tutorial on ai.google.dev.