Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 955 Bytes

File metadata and controls

37 lines (25 loc) · 955 Bytes

🧠 Portfolio demonstration: Google Gemini Python Healthcare Demo

Portfolio demonstration: A lightweight demo calling Google Gemini 1.5 Flash API from Python to generate healthcare ML content.

It serves as a lightweight, transparent portfolio project for showcasing:

  • Python integration with Google GenAI APIs
  • Prompt engineering for domain-specific use cases
  • A foundation for healthcare AI assistants, documentation, and training tools

🔧 Tech Stack

  • Python 3.10+
  • Jupyter Notebook
  • google-generativeai SDK
  • Google Gemini 1.5 Flash
  • Generative prompt-based content generation

💡 Example Use Cases

  • Summarizing healthcare-specific ML applications
  • Auto-generating SOP documentation blurbs
  • Building prototype assistants for regulated domains

📦 How to Run

# Install dependencies
pip install --break-system-packages google-generativeai

# Open the notebook and insert your API key
jupyter lab