PredictBuddy is a Flask-based web application that predicts the likelihood of placement based on various features. This app allows users to input their details and get a prediction on their placement prospects.
- Predicts placement chances based on user inputs.
- Handles various user inputs such as age, gender, stream, internships, CGPA, hostel status, and history of backlogs.
- Displays a message based on the prediction result.
To set up and run the application locally, follow these steps:
git clone https://github.com/GitAmitesh/PredictBuddy.git
cd PredictBuddypython -m venv .venv#For Windows
.venv\Scripts\activate
#for Mac
source .venv/bin/activatepip install -r requirements.txtpython app.py


