Closed DarshAgrawal14 closed 1 month ago
@yashasvini121 , please let me know if any further changes are needed. Otherwise, I would appreciate it if you could merge the PR.
I’ve accepted the PR, but it still has this issue. Please see if you can resolve it without downgrading the package versions.
did you re pip install the requirements.txt? because extraction requires certain modules
Yup I added them
@yashasvini121 i have retrained the model , so how to want me to proceed , create a new issue ?
yup
and the issue was mostly because the scikit-learn version were not matching , the model is trained on version 1.3.2 and the one mentioned in requirements is 1.5.2
@yashasvini121 ,The assigned level is 2; however, I believe extracting features from PDFs and developing a page to accept PDF along with model creation aligns more appropriately with a level 3 classification. I would appreciate your consideration of this adjustment.
Based on these, the pr has been assigned Level 2.
hey @yashasvini121
Description
Issue Resolved
Fixed Issue : #93
Changes Made
Screenshots or Videos
https://github.com/user-attachments/assets/cf6ff784-4155-4acc-8a7a-477e99882ba3
Additional Details
Checklist
requirements.txt
file to include any new packagespredict.py
file includes a properly implementedmodel_details()
function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.