Skip to content

Yasser5711/Pneumonia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🫁 Pneumonia Detection App

An AI-powered web application for detecting pneumonia from chest X-rays 💡


🚀 Getting Started

To start the project with Docker Compose, run:

docker-compose --profile front --profile back --env-file .env up -d

Environment variables

GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
SESSION_SECRET=

📦 Tech Stack

  • 🖥️ Vue 3 + Vite + TypeScript
  • 🎨 TailwindCSS + Vuetify
  • 🧪 Vitest for Testing
  • 🔬 tRPC + Fastify for Backend
  • 🧠 Modelbit for AI Prediction
  • 🐳 Dockerized Frontend & Backend

🛠️ Features

  • 🔍 Upload chest X-ray images
  • 🤖 AI-based pneumonia prediction
  • 💬 Real-time assistant feedback
  • 🌓 Light/Dark theme toggle
  • 📊 Code quality checks & CI

🔐 Secrets and Actions

🧑‍💻 Contributing

Please read CONTRIBUTING.md before creating commits or Pull Requests.