An open API service indexing awesome lists of open source software.

https://github.com/zeuscoderbe/named-entity-recognition-and-text-to-speech


https://github.com/zeuscoderbe/named-entity-recognition-and-text-to-speech

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Named-Entity-Recognition-and-Text-to-Speech

## Project Structure

- **Folder: `source_research`**: Contains code for research and model training.
- **Folder: `source_deploy`**: Contains code for deployment.

The project is implemented in two approaches, all of which are explained in the Word document.

## Installation Instructions

1. **Download the Project**
```bash
git clone https://github.com/ZeusCoderBE/Named-Entity-Recognition-and-Text-to-Speech.git
```

2. **Install the Required Packages**
```bash
pip install -r requirements.txt
```

3. **Run app**
```bash
python app.py
```