SafeScan is an AI-powered web application designed to detect COVID-19 using X-ray images. By leveraging deep learning techniques, it offers fast, accurate, and accessible diagnosis, reducing reliance on traditional PCR and antigen tests.
- ✅ AI-driven COVID-19 detection from X-ray images
- ✅ Web-based interface for easy access
- ✅ MobileNet deep learning model for high accuracy
- ✅ Cloud deployment with Heroku & AWS S3
- ✅ Supports real-time image analysis
- Frontend: HTML, CSS, JavaScript
- Backend: Flask (Python)
- Model Architecture: MobileNet
- Database: AWS S3 for model storage
- Deployment: Heroku, GitHub Actions (CI/CD)
- Users upload an X-ray image via the web interface
- The image is processed using a deep learning model
- The system predicts if the image indicates COVID-19
- Results are displayed instantly with confidence scores
Follow these steps to set up the project locally:
git clone https://github.com/Amirbeek/COVID-19-Detector-Web-Application.git
cd SafeScan
pip install -r requirements.txt
python app.py
The web application will be available at http://127.0.0.1:5000/
SafeScan/
│── static/ # Static assets (CSS, JS, images)
│── templates/ # HTML templates
│── models/ # Trained AI models
│── app.py # Flask application
│── requirements.txt # Dependencies
└── README.md # Project documentation
This project is licensed under the MIT License.
Special thanks to Brunel University London and my supervisor Webio Liu for their guidance and support throughout this project.
🚀 Contributions are welcome! Feel free to fork this repository and submit a pull request. Let's make AI-powered diagnostics more accessible! 🌍