This is my first Machine Learning project which I created from scratch using stochastic Gradient descent algorithm
project_root/
├── mytemp/
│ └── (HTML/template files)
│
├── static/
│ └── images/
│ └── background-image
│
├── __pycache__/ Python's cache directory
│
├── .gitignore files/folders to be ignored by Git
├── README.md Project description, setup, and usage guide
├── requirements.txt all necessary Python dependencies
├── app.py The main entry flask code
├── lrclass.py python class containing raw code of the model
├── model.pkl pkl file of the model
├── modelsave.py module used to train and save the model
└── placement_with_rating.csv (The dataset used for training)
To go to main page , click Home in navbar
To see the dataset , click the dataset button in navbar
To see the future update plans , click future plans button