A comprehensive collection of AI/ML solutions for textile manufacturing, including defect detection, demand forecasting, worker assistance systems, and fashion product classification.
This repository contains various AI/ML applications focused on solving challenges in the textile and garment industry. The projects demonstrate the practical implementation of artificial intelligence in different aspects of textile manufacturing and quality control.
Location: textile-damage-detection/
- YOLOv8-based defect detection system
- Real-time quality control for textile manufacturing
- Detects various types of fabric defects and damages
- Uses computer vision for automated quality inspection
Location: Garments Workers AI&ML demo/
- AI-powered worker assistance system
- Helps garment workers with quality control
- Provides real-time feedback and guidance
- Improves worker efficiency and product quality
Location: textile-demand-forecasting/
- Machine learning-based demand prediction
- Helps in inventory management
- Optimizes production planning
- Reduces waste and improves resource allocation
Location: demand prediction/
- Advanced demand forecasting models
- Market trend analysis
- Seasonal pattern recognition
- Helps in strategic decision making
Location: Precision-fashion-image-classification/
- HOG and KNN-based fashion product classification
- 98% classification accuracy
- Fast and efficient inference
- No deep learning required
- Works with limited computational resources
- Computer Vision: YOLOv8, OpenCV, HOG
- Machine Learning: PyTorch, scikit-learn, KNN
- Deep Learning: Neural Networks, Transfer Learning
- Data Processing: Pandas, NumPy
- Visualization: Matplotlib, Plotly
Each project directory contains its own:
requirements.txtfor dependenciesREADME.mdwith specific instructions- Training scripts and models
- Dataset information
- Python 3.8+
- CUDA-capable GPU (for computer vision tasks)
- Sufficient RAM (16GB+ recommended)
- Clone the repository:
git clone [repository-url]- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate- Install dependencies for specific project:
cd [project-directory]
pip install -r requirements.txt├── textile-damage-detection/ # Defect detection system
├── Garments Workers AI&ML demo/ # Worker assistance system
├── textile-demand-forecasting/ # Demand prediction system
├── demand prediction/ # Market analysis system
├── Precision-fashion-image-classification/ # Fashion product classification
├── venv/ # Virtual environment
└── README.md # This file
- Real-time defect detection
- Multiple defect type classification
- High accuracy and speed
- Easy integration with existing systems
- Real-time assistance
- Quality control guidance
- Performance monitoring
- Training support
- Accurate demand prediction
- Market trend analysis
- Inventory optimization
- Resource planning
- High accuracy (98%)
- Fast inference
- Simple and interpretable model
- Works with limited resources
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Roboflow for dataset support
- Ultralytics for YOLOv8 implementation
- Open source community for various tools and libraries
For any queries or suggestions, please open an issue in the repository.