Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echosingh/korean-drama-chatbot
A chatbot that tells u about korean dramas from 2015-2023
https://github.com/echosingh/korean-drama-chatbot
chatbot korean-drama
Last synced: 2 days ago
JSON representation
A chatbot that tells u about korean dramas from 2015-2023
- Host: GitHub
- URL: https://github.com/echosingh/korean-drama-chatbot
- Owner: EchoSingh
- Created: 2024-06-13T18:48:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T07:49:35.000Z (5 months ago)
- Last Synced: 2024-07-24T05:32:23.311Z (4 months ago)
- Topics: chatbot, korean-drama
- Language: Python
- Homepage: https://huggingface.co/spaces/adi2606/korean-drama-chatbot
- Size: 443 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Korean Drama Chatbot
This project is a chatbot that provides information about Korean dramas using a pre-trained NLP model.
## Setup
1. Clone the repository.
2. Install the dependencies:
```
pip install -r requirements.txt
```3. Place your `korean_drama.csv` file in the `data` directory.
4. Run the application:
```
python app.py
```## Usage
The application launches a Gradio interface where you can input queries about Korean dramas and receive relevant information.