Jul 20, 2024
Toy Problem: Predicting student placement based on features (IQ, CGPA, 10th & 12th marks, communication skills).
Dataset: Toy dataset with 100 rows.
Model Used: Random Forest Classifier
Process:
Model Results:
Creating Virtual Environment:
myenv
)Project Files:
.gitignore
: To exclude myenv
model.pkl
(pickle file)app.py
: Flask application file for handling requests and loading modelindex.html
: Template file for user interfaceInstalling Libraries:
requirements.txt
using pip freeze > requirements.txt
Testing Locally:
python app.py
to start Flask serverRender Account Setup:
Deployment Process:
Final Testing: