An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
🌟 Is your feature request related to a problem?:
I want to edit the readme file as various important information are missing here.
💡 Describe the solution you'd like:
Modifications in README.md file
1)Add GSSoC 2024 Extended & Hacktoberfest 2024 Acceptance banners.
2) Add license section
3) Add acknowledge section
4) Add support the project part
---PLEASE ASSIGN THE ISSUE TO ME AND MARK THE OFFICIAL LABELS
To be Mentioned while taking the issue:
What is your participant role? (contributor @GSSoC extended, @Hacktoberfest,2024)
Note:
Please review the project documentation and ensure your code aligns with the project structure.
Please ensure that either the predict.py file includes a properly implemented model_details() function or the notebook contains this function to print a detailed model report. The model will not be accepted without this function in place, as it is essential for generating the necessary model details.
Prefer using a new branch to resolve the issue, as it helps keep the main branch stable and makes it easier to manage and review your changes.
Strictly use the pull request template provided in the repository to create a pull request.
🌟 Is your feature request related to a problem?: I want to edit the readme file as various important information are missing here.
💡 Describe the solution you'd like:
---PLEASE ASSIGN THE ISSUE TO ME AND MARK THE OFFICIAL LABELS To be Mentioned while taking the issue:
Note:
predict.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 in place, as it is essential for generating the necessary model details.