10 academy Week4 challenge- Building an Amharic E-commerce Data Extractor
# Week 4 - Building an Amharic E-commerce Data Extractor
Transform messy Telegram posts into a smart FinTech engine that reveals which vendors are the best candidates for a loan.
### Business Need
EthioMart has a vision to become the primary hub for all Telegram-based e-commerce activities in Ethiopia. With the increasing popularity of Telegram for business transactions, various independent e-commerce channels have emerged, each facilitating its own operations. However, this decentralization presents challenges for both vendors and customers who need to manage multiple channels for product discovery, order placement, and communication.
To solve this problem, EthioMart plans to create a single centralized platform that consolidates real-time data from multiple e-commerce Telegram channels into one unified channel. By doing this, they aim to provide a seamless experience for customers to explore and interact with multiple vendors in one place.
This project focuses on fine-tuning LLM’s for Amharic Named Entity Recognition (NER) system that extracts key business entities such as product names, prices, and Locations, from text, images, and documents shared across these Telegram channels. The extracted data will be used to populate EthioMart's centralised database, making it a comprehensive e-commerce hub.
### Key Objectives:
- Develop a repeatable workflow that begins with data ingestion from Telegram channels, proceeds through preprocessing and labeling, and results in structured, machine-readable data.
- Fine-tune a transformer-based model to achieve high accuracy (measured by F1-score) in identifying Product, Price, and Location entities within unstructured Amharic text.
- Go beyond just building a model by comparing multiple approaches, interpreting your model’s predictions with tools like SHAP/LIME, and delivering a final analysis that recommends the best model for EthioMart's business case.
### Possible entities
- Product Names or Types
- Material or Ingre …