Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.