An AI-powered web application for detecting pneumonia from chest X-rays 💡
To start the project with Docker Compose, run:
docker-compose --profile front --profile back --env-file .env up -dGITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
SESSION_SECRET=
- 🖥️ Vue 3 + Vite + TypeScript
- 🎨 TailwindCSS + Vuetify
- 🧪 Vitest for Testing
- 🔬 tRPC + Fastify for Backend
- 🧠 Modelbit for AI Prediction
- 🐳 Dockerized Frontend & Backend
- 🔍 Upload chest X-ray images
- 🤖 AI-based pneumonia prediction
- 💬 Real-time assistant feedback
- 🌓 Light/Dark theme toggle
- 📊 Code quality checks & CI
- Please refer to
workflows/SECRETS.mdfor GitHub Action secrets documentation.
Please read CONTRIBUTING.md before creating commits or Pull Requests.