Note
project walkthrough: https://youtu.be/-ADWRyM4lMo
This project focuses on enhancing airport security through AI-powered X-ray image analysis. Using AutoML and computer vision techniques, we develop models to detect dangerous items like guns, blades, shurikens, and knives in baggage scans. With global airports handling approximately 4.5 billion passengers and 6.75 billion pieces of luggage annually, this solution aims to improve security efficiency while reducing human error rates that can reach up to 20%.
- π§Ή Data preprocessing and cleaning of X-ray baggage images
- π Integration with Google Cloud Vertex AI for AutoML vision models
- π Detection and visualization of dangerous items
- π Model performance analysis and reporting
- π― Support for detecting guns, blades, shurikens, and knives
- π Python
- π Data Visualization Tools (e.g., Matplotlib, Seaborn)
- πΌοΈ Image Processing Libraries (openCV, skimage)
- βοΈ Cloud AI Services (Google Cloud Vertex AI)
- π€ AutoML Vision API
- Clone the repository:
git clone https://github.com/gangula-karthik/AI-Services-in-Analytics.git
- Navigate to the project directory:
cd AI_Services_in_Analytics_Assignment/
- Run the data preparation notebook:
jupyter notebook DataPreparation.ipynb
- Execute the AutoML training notebook:
jupyter notebook AutoML.ipynb
This project is licensed under the MIT License. See the LICENSE file for details.
- Instructor: Dr Brandon Ooi
- Institution: Nanyang Polytechnic