# Darija Sentiment Analysis — Backend Server
This repository contains the backend API used for Darija Sentiment Analysis.
The server receives text input (Darija / Arabic dialect), processes it using a trained sentiment-analysis model, and returns the predicted sentiment label.
---
## 🚀 Features
- REST API endpoint for sentiment prediction
- Pretrained model for classifying 3 classes (Negative / Neutral / Positive)
- Text preprocessing (cleaning, normalization, tokenization…)
- CORS-enabled (allows communication with the frontend)
- Fast response optimized for real-time predictions
- Works with the frontend here:
👉 Ynsaid/Darija_Sentiment_Ana…