Logo Lanfrica

Habtamu91/Amharic-Ecommerce-NER

Domain:

natural language processing

Record type:

software
Creator:
Hab
Host:
Amharic E-commerce Named Entity Recognition (NER) This project focuses on building a Named Entity Recognition (NER) model tailored for Amharic-language e-commerce data. It aims to identify and extract key entities such as product names, brands, prices, quantities, vendor names, and locations from unstructured Amharic text. # Amharic E-Commerce Named Entity Recognition A production-ready NLP system that extracts products, prices, and locations from Amharic Telegram posts to power vendor financing decisions. ## Features - **Amharic NER Model**: Fine-tuned BERT model for Ethiopian e-commerce text - **Vendor Scoring**: Automated lending score calculation - **Web Interface**: Streamlit dashboard for easy interaction - **API Ready**: Can be deployed as a microservice ## Installation ```bash git clone github.com cd amharic-ecommerce-ner pip install -r requirements.txt Usage 1. Training the Model - python src/ner_pipeline.py 2. Here's your enhanced **professional README.md** with all requested additions, formatted for optimal GitHub presentation: ```markdown # Amharic E-Commerce Named Entity Recognition (NER) A production-grade NER system for Amharic e-commerce messages, with full pipeline from data collection to interpretable predictions. ## 🌟 Key Features - **Telegram Scraper** for Amharic e-commerce chats - **Custom BERT Tokenizer** for Amharic script - **SHAP/LIME Integration** for model explainability - **Vendor Analytics Dashboard** (see `src/vendor_analytics.py`) ## πŸ“Œ Project Overview **Domain**: Ethiopian e-commerce message parsing **Input**: Amharic Telegram messages **Output**: Structured entity extraction: | Entity | Examples (Amharic) | Examples (Transliterated) | |-----------|--------------------------|---------------------------| | VENDOR | α‹¨αˆ±α αˆ±α‰…, οΏ½αˆ…αˆ αˆ»α‹­ ቀቡ | Yusuf Shop, Hilal Tea House | | PRODUCT | οΏ½α‹­αŠ• αŒ αŒ…, αˆ½α‹αŠ• | Wine, Traditional Cloth | | PRICE | 250 α‰₯ር, 15 α‹Άαˆ‹αˆ­ | 250 Birr, 15 USD | | LOCATION | αˆ˜αˆ΅α‰€αˆ οΏ½αˆ…α‹³αˆ΄, αˆ°α‰ αˆ­ αˆ†α‰΄αˆ | Meskel Hidase, Saber Hotel | ## πŸ—‚ Repository Structure ``` amharic-ecommerce-ner/ β”œβ”€β”€ data/ # Dataset directories β”‚ β”œβ”€β”€ raw/telegram_messages.csv # Scraped messages β”‚ └── labeled/ner_labeled_data.conll # 12,000 annotated sen …