File size: 393 Bytes
2835bda
 
 
 
 
 
 
 
 
 
8e41ab0
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Arabic2english
emoji: 🐨
colorFrom: yellow
colorTo: pink
sdk: gradio
sdk_version: 4.21.0
app_file: app.py
pinned: false
license: mit
---

# Setup and Requirements

**1. Clone the Translate repo:**
```
git clone https://huggingface.co/spaces/alifalhasan/arabic2english
```
**2. Install requirements:**
```
pip install -r requirements.txt
python -m spacy download en_core_web_sm
```