arabic2english / README.md
alifalhasan's picture
[Task] Model Training
8e41ab0 verified
|
raw
history blame
393 Bytes
---
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
```