This directory contains the core package setup (setup.py) for the Anime Subtitle Chatbot.
setup.py
The chatbot functionality itself is implemented in src/scripts/predict.py and utilizes the Google Gemini API to generate responses based on input dialogue.
src/scripts/predict.py