Skip to content

sadbhavSK/Sentiment-analysis-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Sentiment Analysis of Court Case Evidence

Sentiment Analysis of Court Case Evidence is an academic project that focuses on classifying the sentiment of legal text extracted from court case documents. The project aims to support legal decision-making by automatically analysing whether the extracted evidence expresses a positive, negative, or neutral sentiment.

πŸ“Œ Project Type

πŸ§ͺ Academic / NLP + Machine Learning

🎯 Objective

To build a system that takes court case textual evidence as input and predicts its sentiment using NLP (Natural Language Processing) and ML classification models, assisting in faster legal case studies and analysis.

πŸ” How It Works

User provides text / statement extracted from court case records

Text is preprocessed (tokenization, stop-word removal, stemming/lemmatization)

Features are extracted using TF-IDF

A trained ML model predicts sentiment (Positive / Neutral / Negative)

Output is returned to the user

Layer Technologies
Programming Python
Libraries NumPy, Pandas, Scikit-Learn, NLTK
ML Logistic Regression / SVM (Model trained on prepared dataset)
Web App (optional) Flask
Deployment Local execution / Web UI

πŸš€ Features

βœ” Takes raw legal text as input βœ” NLP preprocessing pipeline for legal documents βœ” Sentiment class prediction (Positive / Neutral / Negative) βœ” Works for real-world court evidence βœ” Can be integrated into case-analysis tools

About

Sentiment Analysis of Legal Evidence using NLP and ML. Classifies legal text/audio transcripts into positive, negative, or neutral sentiments to support legal decision-making. Includes preprocessing, feature extraction, model evaluation, visualization, and real-time prediction through Flask/Gradio UI.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors