A RESTful backend API built with Flask and SQLAlchemy. This project is intended as a complete backend practice project for learning authentication, CRUD operations, database relationships, testing, ...
This project implements an NLP-based sentiment analysis pipeline that classifies text reviews into positive and negative sentiments. A TF-IDF based text feature extraction technique is used with a ...