-
Character Chatbot (LLM3): This project involves developing a chatbot using the LLaMA3 model, which is fine-tuned to simulate conversations with various characters from the Naruto series. It leverages advanced natural language processing techniques to provide engaging and contextually relevant responses.
-
Character Network Space Pre-trained: This project focuses on creating a pre-trained model that maps characters from the Naruto series into a network space. The model captures relationships and interactions between characters, enabling analysis and visualization of character networks.
-
Text Classification LLM: This project utilizes a large language model (LLM) for text classification tasks. It is designed to classify text data into predefined categories, leveraging the power of LLMs to achieve high accuracy and performance in various text classification applications.
-
Theme Classifier: This project involves building a theme classifier using the BART-large-MNLI model. It classifies themes in scripts or text data, identifying and categorizing different themes present in the content, which is particularly useful for analyzing narrative structures in the Naruto series.
1: Naruto Fandom Wiki Naruto Fandom Wiki: This dataset contains subtitles from the first season of Naruto, providing a comprehensive collection of dialogues and interactions between characters. It is useful for training language models and chatbots.
2: transcript This dataset includes the transcript of the first episode of Naruto, offering detailed text data for analysis and model training. It is ideal for text classification and theme identification tasks
3: Jutso This dataset from the Naruto Fandom Wiki lists various Jutsu techniques used in the series, along with their descriptions and attributes. It is valuable for creating models that understand and classify different Jutsu techniques.
Click here to watch the demo video
- in case you have your own GPU
- Clone the repository:
git clone https://github.com/A7medM0sta/naruto_shippuden.git
- Install the required packages:
#!/bin/bash # Create a virtual environment python3 -m venv venv # Activate the virtual environment source venv/bin/activate # Install required packages pip install -r requirements.txt # Run any initial setup scripts or commands # Example: python setup.py install echo "Setup complete. Virtual environment created and packages installed."
- Run the application:
chmod +x setup.sh ./setup.sh
- in case you don't have your own GPU
- you can use google colab to run the code
- you can use the following code to install the required packages
git clone https://github.com/A7medM0sta/naruto_shippuden.git
! chmod +x setup.sh
! ./setup.sh