Now a days, Computer vision is improving a lot. It is now possible to detect the presence of corrosion in a piece of metal. Corrosion Detection API is for detected Corrosion on metal, using Object Detection Model.
- Tensorflow==1.15
- Faster RCNN
- FastAPI
- Set up Environment and Dependencies
conda create -n corrosion-detection-api python=3.6
conda activate corrosion-detection-api
python -m pip install -r requirements.txt
python manage.py
- Open fastapi interface
-
Upload Image
-
Get Result