This project tackles two core problems:
- Product Attribute Extraction - Extraction of attributes from product data.
- Freshness Detection for Groceries - Determining the freshness of grocery items.
📂 Project Directory
├── 📁 CODE # Source Files
│ ├── 📂 build
│ └── 📂 utilities
│
├── 📁 IMAGE # Output Images
├── 📁 MODEL # Trained models (e.g., best.pt)
├── 📁 VIDEO # Sample Videos (input)
├── 📝 main_fresh.py # Grocery freshness detection script.
├── 📝 main_product.py # Product attribute extraction script.
└── 📄 requirements.txt # package dependencies.
-
Create and Activate Conda Environment:
conda create --name grid python=3.10 -y conda activate grid
-
Install Required Libraries:
Use therequirements.txt
file to install the necessary dependencies:pip install -r requirements.txt
-
Run the Application:
- For product attribute extraction, run:
python main_product.py
- For grocery freshness detection, run:
python main_fresh.py
- For product attribute extraction, run:
Once the scripts are running, you can access the web-based UI for interacting with the outputs at:
Flipkart GRID 6.0 UI