Amharic Text Summarization
# NLP Project: Amharic Text Summarization
# Student Information
- **BEREKET TILAHUN** UGR/9703/12
- **DURESSA JEMAL** UGR/3937/12
- **ELSAI DERIBU** UGR/0066/12
- **YARED TSEGAYE** UGR/8284/12
- **YEABSIRA DRIBA** UGR/4951/12
## Table of Contents
- NLP Project: Amharic Text Summarization
- Table of Contents
- Installation
- Usage
**NB:** The following steps are needed for both *backend* and *frontend* pages.
## Installation
1. **Clone the Repository:**
```bash
git clone
github.com
cd NLP_Project_Amharic_Text_Summarization
```
2. **Create Virtual Environment:**
```bash
python -m venv venv
```
3. **Activate Virtual Environment:**
- On Windows:
```bash
.\venv\Scripts\activate
```
- On macOS/Linux:
```bash
source venv/bin/activate
```
4. **Install Dependencies:**
```bash
pip install -r requirements.txt
```
## Usage
1. **Activate Virtual Environment:**
- On Windows:
```bash
.\venv\Scripts\activate
```
- On macOS/Linux:
```bash
source venv/bin/activate
```
2. **Run the Project:**
```bash
python main.py
```
3. **Deactivate Virtual Environment:**
```bash
deactivate
```