Skip to content

jainasthaaa/cuddly-fiesta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 1 : Content Classifier

Overview

This project is a basic content classifier designed to classify descriptions of webtoons, anime, and K-dramas into different categories such as Romance, Action, Fantasy, Mystery, and Adventure. The classifier takes in textual descriptions and categorizes them based on the themes present in the content.

Features

Text Classification: Uses machine learning to classify descriptions of anime, K-dramas, and webtoons into specific categories. Predefined Categories: The current categories include Romance, Action, Fantasy, Mystery, and Adventure. Simple Interface: A straightforward script that can be easily expanded to classify more categories or content.

Technologies Used

Python Scikit-learn (for text classification)

Pandas (for handling datasets)

Project 2: Sentiment Analysis API with LLM Integration

Overview

This project is a Sentiment Analysis API integrated with a Large Language Model (LLM). The API analyzes input text (such as product reviews or social media posts) and classifies them as Positive, Negative, or Neutral sentiments.

Features

Sentiment Classification: The API takes user input text and determines its sentiment. LLM Integration: Utilizes an LLM for natural language understanding and enhanced sentiment accuracy. Simple REST API: Easy-to-use endpoints for sending text data and receiving sentiment analysis.

Technologies Used

Python

Pandas (for data handling)

Scikit-learn (for basic machine learning models)

Project 3: Castle Swimmer Knowledge-Based Chatbot

Overview

This project is a simple knowledge-based chatbot designed to answer questions about the Castle Swimmer webtoon. It uses NLTK for text processing and responds to specific questions about the webtoon's plot, characters, and themes.

Features

Knowledge Base: Predefined information about Castle Swimmer, including characters, plot, and themes.

Streamlit Integration: A simple web interface using Streamlit to interact with the chatbot.

Text Processing: Uses NLTK for tokenizing and understanding user input.

Technologies Used

Python

NLTK (Natural Language Toolkit)

Streamlit (for UI)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published