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.

kaleabb266/ethiopian-medical-data-warehouse

Domaine:

healthcare

Type de record:

software
Créateur:
kal
Hôte:
# **Ethiopian Medical Data Warehouse** ## **Project Overview** This project is a **data warehouse** built to store, clean, transform, and analyze **Ethiopian medical business data** scraped from Telegram channels. The data pipeline includes: ✅ **Web Scraping** (Telegram API & Telethon)\ ✅ **Data Cleaning & Transformation** (Pandas & DBT)\ ✅ **Object Detection** (YOLOv5 for image processing)\ ✅ **Database Storage** (PostgreSQL for structured data)\ ✅ **API Development** (FastAPI for data access) --- ## **Tech Stack** - **Programming Language**: Python 🐍 - **Data Scraping**: Telethon, BeautifulSoup, Scrapy - **Data Processing**: Pandas, NumPy, DBT (Data Build Tool) - **Database**: PostgreSQL - **Object Detection**: YOLOv5, OpenCV, Torch - **API Development**: FastAPI, Uvicorn --- ## **Project Structure** ``` ethiopian-medical-data-warehouse/ │── data_scraping/ │ ├── scraper.py # Telegram data scraper │── data_cleaning/ │ ├── data_cleaning.py # Cleans and transforms scraped data │── dbt_models/ │ ├── transformations/ │ │ ├── cleaned_messages.sql # DBT model for data transformation │── object_detection/ │ ├── detector.py # YOLOv5 object detection script │── api/ │ ├── main.py # FastAPI application │── database/ │ ├── load_to_database.py # Inserts cleaned data into PostgreSQL │── notebooks/ │ ├── data_cleaning.ipynb # Jupyter Notebook for exploratory data analysis │── requirements.txt # Project dependencies │── README.md # Project documentation ``` --- ## **Installation & Setup** ### **1️⃣ Clone the Repository** ```bash git clone github.com cd ethiopian-medical-data-warehouse ``` ### **2️⃣ Set Up a Virtual Environment** ```bash python -m venv env source env/bin/activate # macOS/Linux env\Scripts\activate # Windows ``` ### **3️⃣ Install Dependencies** ```bash pip install -r requirements.txt ``` ### **4️⃣ Set Up Datab …

Visit

github.com

Tasks

computer vision

Languages

Amharic

Similaires

kaleabb266/Ethiopian-MedicalData-WarehouseGemechu90/ethiopian-medical-data-warehouseSelam46/ethiopian-medical-data-warehouseSaraFedlu/Ethiopian-Medical-Data-Warehousehabteyesasfaw/ethiopian-medical-data-warehouserahelFM/ethiopian-medical-data-warehouse

kaleabb266/Ethiopian-MedicalData-Warehouse

# Ethiopian Medical Data Warehouse This project builds a **data warehouse** to centralize and ana

Gemechu90/ethiopian-medical-data-warehouse

This project builds a comprehensive data warehouse for Ethiopian medical business data scraped from

Selam46/ethiopian-medical-data-warehouse

# ethiopian-medical-data-warehouse ## Overview This repository implements a pipeline to scrape and

SaraFedlu/Ethiopian-Medical-Data-Warehouse

A scalable data warehouse for collecting, cleaning, and analyzing Ethiopian medical business data sc

habteyesasfaw/ethiopian-medical-data-warehouse

# Ethiopian Medical Business Data Warehouse ## Overview This project involves building a data wareh

rahelFM/ethiopian-medical-data-warehouse

# Ethiopian Medical Telegram Data Pipeline This project is an end-to-end data platform that scrapes