Skip to content

CRUD project with Python Flask backend offering graduation predictions through Machine Learning.

License

Notifications You must be signed in to change notification settings

ndy-s/flask-crud-graduation-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Project with Python Flask and Graduation Prediction

This project serves as a university assignment implementation, focusing on basic CRUD (Create, Read, Update, Delete) operations using Python Flask for the backend. Additionally, it includes a feature for predicting graduation outcomes using Support Vector Machines (SVM) machine learning algorithm.

image1 image2

Features

  • CRUD Operations: Utilizes Python Flask to create a backend server supporting CRUD operations.
  • Database Interaction: Interacts with a MySQL database to store and retrieve data for various entities.
  • Machine Learning Integration: Implements a simple graduation prediction feature using SVM.

Usage

  1. Set up a MySQL database and configure the connection details in the Flask application.
  2. Run the Flask server: python app.py
  3. Access the CRUD endpoints via HTTP requests to perform operations on the data.
  4. For graduation prediction, ensure the necessary data is available and accessible to the SVM model.

License

MIT

About

CRUD project with Python Flask backend offering graduation predictions through Machine Learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published