A sleek AI-powered web application for detecting kidney stones in CT images. Upload your scan, and our deep-learning model (custom CNN) will tell you βStoneβ or βNon-stoneβ with confidence scoresβcomplete with interactive visual feedback.
kidney_stone_detection/ βββ app.py βββ model.py βββ models/ β βββ kidney_stone_cnn.pth βββ requirements.txt βββ templates/ β βββ index.html β βββ real_example.html β βββ docs.html βββ static/ βββ img/ βββ preview-upload.png βββ preview-result.png
git clone https://github.com/yourusername/kidney_stone_detection.git
pip install -r requirements.txt
python app.py
http://127.0.0.1:5000
Method | Endpoint | Description |
---|---|---|
GET | / | Landing page |
GET | /docs | Project documentation |
GET | /real_example | Upload & predict UI |
POST | /predict | Accepts image & returns JSON result |
π Licensed under the MIT License.