This project is a university assignment that implements basic CRUD (Create, Read, Update, Delete) operations using Python Flask for the backend. It also features a graduation outcome prediction system utilizing the Support Vector Machines (SVM) machine learning algorithm.
- CRUD Operations: Implements a backend server using Python Flask that supports CRUD operations.
- Database Interaction: Connects to a MySQL database to store and retrieve data for various entities.
- Machine Learning Integration: Includes a simple graduation prediction feature using the SVM algorithm.
- Set up a MySQL database and configure the connection details in the Flask application.
- Run the Flask server:
python app.py
. - Access the CRUD endpoints via HTTP requests to perform operations on the data.
- For graduation prediction, ensure the necessary data is available and accessible to the SVM model.
MIT