Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

5237-mests/Amharic-E-commerce-Data-Extractor

Domaine:

natural language processing

Type de record:

project
Créateur:
523
Hôte:
A Telegram scraper to collect text, images, and metadata ## 📄 `README.md` for KAIM Week 4 Project # 📦 Amharic E-commerce NER System for EthioMart This project is part of **10 Academy KAIM Week 4**, focused on developing a transformer-based **Named Entity Recognition (NER)** system for extracting structured business data (Product, Price, Location) from unstructured **Amharic Telegram messages**. The end goal is to help **EthioMart**: - Centralize e-commerce product listings from Telegram - Score vendors for **micro-lending opportunities** --- ## 🚀 Project Highlights - ✅ Custom **Telegram scraper** (via Telethon) - ✅ Amharic text **preprocessing and normalization** - ✅ CoNLL-format **NER dataset creation** (manual labeling) - ✅ Model fine-tuning using Hugging Face (`XLM-R`, `BERT-Amharic`, etc.) - ✅ **SHAP/LIME** for model interpretability - ✅ Vendor scoring system for **FinTech insights** --- ## 📂 Project Structure ├── data/ │ ├── raw/ # Raw scraped Telegram data │ ├── processed/ # Cleaned text data │ ├── labeled/ # CoNLL-labeled NER data │ └── telegram_media/ # Downloaded product images │ ├── notebooks/ # Jupyter notebooks per task │ ├── 01_data_ingestion.ipynb │ ├── 02_preprocessing.ipynb │ ├── 03_labeling.ipynb │ └── ... │ ├── src/ │ ├── scraping/telegram_scraper.py │ ├── preprocessing/clean_text.py │ └── fintech/scorecard.py │ ├── scripts/ # Helper scripts (e.g., CoNLL labeling) ├── models/ # Fine-tuned model files and metrics ├── reports/ # Interim and final PDF reports ├── streamlit_app.py # (Optional) Web app UI ├── config.yaml # API keys, model config ├── README.md └── requirements.txt --- ## 📊 NER Entity Types | Entity | Example | | ---------- | ------------------------ | | `Product` | "vaporfoam", "cake rack" | | `Price` | "3000 ብር", "Price 2000" | | `Location` | "አዲስ አበባ", "ቦሌ" | Annotated with the BIO format: `B-Product`, `I-PRICE`, `O`, etc. --- ## 📥 Data Collection We scraped 1000+ messages from real e-commerce Telegram channels like: - `@Shageronlinestore` …

Visit

github.com

Tasks

information extractionnamed entity recognition

Languages

Amharic