This project calculates the score percentage based on how many hours a student has studied. The program uses a CSV file with sample data and applies a regression model to make predictions.
- π Click the green Code button and copy the HTTPS link
- π Clone the repository using Git:
git clone <repository-link>
Or download the ZIP and extract it - π§ Open the project folder in PyCharm
βΆοΈ Run the Python script- π Upload a CSV file containing study hours and scores
- π Enter the number of hours you studied to see your predicted percentage
Make sure your CSV file looks like this:
Hours
1
2
3
4
5