This project aims to classify text sentiment (positive, negative, or neutral) using a neural network model built with TensorFlow and Keras. It processes text data and applies deep learning techniques for sentiment analysis.
- Preprocessing of text data (tokenization, padding)
- Neural network training for classification
- Model evaluation using precision, recall, and F1-score
- Graphical representation of training progress (loss & accuracy)
βββ data/ # Dataset files βββ models/ # Saved model weights βββ src/ # Source code β βββ preprocess.py # Data cleaning and tokenization β βββ train.py # Model training script β βββ evaluate.py # Performance evaluation βββ requirements.txt # Dependencies βββ README.md # Project documentation