This project builds a Pneumonia Detection system using a modified AlexNet CNN architecture. It uses the Chest X-Ray Images (Pneumonia) dataset from Kaggle and runs entirely on Google Colab with a Gradio-based web interface for real-time predictions.
- Model: AlexNet (Custom implementation using PyTorch)
- Dataset: Chest X-Ray Images (Pneumonia)
- Interface: Gradio for real-time predictions
- Environment: Google Colab
- Source: Kaggle Dataset Link
- Type: Chest X-Ray images (Normal and Pneumonia)
- Go to Kaggle Account
- Scroll to API section and click "Create New API Token"
- A file named
kaggle.jsonwill be downloaded - In the Colab notebook, run the following cell and upload
kaggle.json: