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: over 1 year 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T07:49:35.000Z (about 2 years ago)
- Last Synced: 2025-02-11T12:53:36.584Z (over 1 year ago)
- Topics: chatbot, korean-drama
- Language: Python
- Homepage: https://huggingface.co/spaces/adi2606/korean-drama-chatbot
- Size: 443 KB
- Stars: 3
- 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.