This project is a chatbot that provides information about Korean dramas using a pre-trained NLP model.
-
Clone the repository.
-
Install the dependencies:
pip install -r requirements.txt
-
Place your
korean_drama.csv
file in thedata
directory. -
Run the application:
python app.py
The application launches a Gradio interface where you can input queries about Korean dramas and receive relevant information.