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.

Hunegn/telegram-medical-business-scraper

Domaine:

healthcare

Type de record:

software
Créateur:
Hun
Hôte:
This repository contains scripts for scraping public Telegram channels related to Ethiopian medical businesses. It extracts both text messages and images for further analysis, including Natural Language Processing (NLP) and Object Detection. # Ethiopian Medical Business Data Scraper ## Project Overview This project focuses on scraping and analyzing data from Ethiopian medical business-related Telegram channels. The extracted data will be used to build a data warehouse, conduct object detection on images, and expose the data through a FastAPI service. ## Features - **Telegram Scraping:** Extract data from various Ethiopian medical business Telegram channels. - **Image Scraping & Processing:** Collect and preprocess images for object detection. - **Data Cleaning & Transformation:** Process extracted data into structured formats. - **Data Warehouse:** Store and manage the cleaned data efficiently. - **API Integration:** Serve the data through a FastAPI-based REST API. ## Data Sources We will scrape data from the following Telegram channels: - DoctorsET - Chemed Telegram Channel - Yetenaweg - EAHCI - Additional sources from et.tgstat.com ## Folder Structure ```plaintext Ethiopian-Medical-Data-Scraper/ │-- data/ # Raw and processed data storage │ ├── raw/ # Unprocessed scraped data │ ├── processed/ # Cleaned and transformed data │ ├── images/ # Downloaded images │ ├── database/ # Data warehouse (SQLite/PostgreSQL) │ │-- scripts/ # Python scripts for various tasks │ ├── telegram_scraper.py # Extracts data from Telegram channels │ ├── image_scraper.py # Scrapes images from Telegram │ ├── data_cleaning.py # Cleans and structures the scraped data │ ├── object_detection.py # Applies object detection models on images │ ├── data_warehouse.py # Manages the structured data warehouse │ ├── api_service.py # FastAPI service to expose the data │ │-- models/ # Object detection models │-- notebooks/ # Jupyter notebooks for data exploration & analysis │-- logs/ # Logging for t …

Visit

github.com

Languages

Amharic

Similaires

dani6566/Ethiopian-Medical-Business-Data-Warehouse-Telegram-Scraping-Object-DetectionHabtu32/medical-telegram-warehouseGuyatu1627/medical-telegram-warehousemeronteklehaymanotgebru/medical-telegram-warehouseDanielmituku/medical-telegram-warehouseKalalayu/medical-telegram-warehouse

dani6566/Ethiopian-Medical-Business-Data-Warehouse-Telegram-Scraping-Object-Detection

# Ethiopian Medical Businesses Data Warehouse This project focuses on building a **Data Warehouse**

Habtu32/medical-telegram-warehouse

This data platform harnesses public Telegram data on Ethiopian medical businesses to extract, proces

Guyatu1627/medical-telegram-warehouse

An end-to-end data pipeline that extracts raw data from public Ethiopian medical Telegram channels,

meronteklehaymanotgebru/medical-telegram-warehouse

ELT pipeline for Ethiopian medical Telegram channels → dbt star schema → FastAPI analytics. Scrapes

Danielmituku/medical-telegram-warehouse

An end-to-end data pipeline for Ethiopian medical business insights from Telegram channels. Uses dbt

Kalalayu/medical-telegram-warehouse

End-to-end data pipeline for Telegram medical data in Ethiopia ## Production Hardening Improvements