Spaces:
Sleeping
Sleeping
File size: 1,425 Bytes
0d61e2c f0196c3 0d61e2c f0196c3 0d61e2c f0196c3 0d61e2c f0196c3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ---
title: da_detection
app_file: src/main.py
sdk: gradio
sdk_version: 5.3.0
---
# Beirut Disadvantaged Areas Mapping





## Description
This project aims to map the disadvantaged areas in Beirut, Lebanon. The deployed model will be able to detect urban disadvantaged areas through HR and LR satellite imagery. The project is still under development.
## Installation
First, clone the repository using the following command:
```bash
git clone https://github.com/auxiliary-ai/DA_detector.git
```
Then, create and activate your conda environment using the following commands (refer to the miniconda documentation https://docs.anaconda.com/free/miniconda/miniconda-install/):
```bash
conda create -n DA_env python=3.10
conda activate DA_env
```
Finally, install the required packages using the following command:
```bash
cd DA_detector
pip install -r requirements.txt
```
Remember to replace the path to the repository with the correct path on your machine.
## Usage
To run the application, use the following command:
```bash
python main.py
```
## TODO
- [ ] Train model on data with different resolutions.
- [ ] Add a low resolution model. |