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
- Host: GitHub
- URL: https://github.com/zeuscoderbe/named-entity-recognition-and-text-to-speech
- Owner: ZeusCoderBE
- Created: 2024-08-18T02:18:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T04:20:06.000Z (9 months ago)
- Last Synced: 2025-02-05T08:51:28.925Z (4 months ago)
- Language: Jupyter Notebook
- Size: 72.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```