yashasvini121 / predictive-calc

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!
https://predictive-calc.streamlit.app/
MIT License
25 stars 72 forks source link

Add New Features to predictive-calc #119

Closed imDarshanGK closed 1 month ago

imDarshanGK commented 1 month ago

Hi, I want to work on this issue as part of GirlScript Summer of Code (GSSoC). Could you please assign it to me? @yashasvini121

MudadlaYogitha commented 1 month ago

once review my work . I have made changes on model.py and predict.py

yashasvini121 commented 1 month ago

@imDarshanGK, please be specific about the feature that you want to add.

imDarshanGK commented 1 month ago

Hi @yashasvini121, I'd like to add a House Price Prediction model. The model will allow users to input house features (square footage, location, number of bedrooms, etc.) and receive a predicted price using a regression model. I'll integrate it with the existing JSON configuration system, making it easy for users to add custom data for predictions. Could you please assign this to me?

yashasvini121 commented 1 month ago

It's already implemented in the projects

imDarshanGK commented 1 month ago

@yashasvini121 Could you please specify what advancements you would like to make in the predictive-calc?