Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
336 stars 297 forks source link

Implementation of frontend #681

Closed AKing-283 closed 1 month ago

AKing-283 commented 1 month ago

Frontend Integration Integrated Gradio which is a good UI for ML projects and with this user can enter the news and can get that whether this news is real or fake. It is a basic UI you can use streamlit as well.

invigorzz313 commented 1 month ago

Hey @AKing-283, why do I see the main Readme.md file of this project repo edited in your commit? The projects list has been deleted in there?

AKing-283 commented 1 month ago

Hey @AKing-283, why do I see the main Readme.md file of this project repo edited in your commit? The projects list has been deleted in there?

I have just made a pull request and made my commits in there. But I have tried to save the colab file to GitHub to the fork of this project and then I made the pull request

invigorzz313 commented 1 month ago

Please make sure you don't edit the main Readme.md file. Also, I notice no changes in the .ipynb file in your commit, it is the same as before.

AKing-283 commented 1 month ago

I have to make pr in the forked one right

AKing-283 commented 1 month ago

I will make a pr and let you know @invigorzz313 , pls tell me whether I made a pr correctly or not

invigorzz313 commented 1 month ago

You have to first fork this repository and then clone it into your local machine. To create a PR, first create a new branch, add your commits there and then push the changes. A dialog to submit a PR appears on your forked repo and clicking it will automatically direct you to the PR template of the main project repo.

In this PR, I notice you commited changes in the master branch itself. Instead, create a new branch and proceed.

AKing-283 commented 1 month ago
Screenshot 2024-05-24 at 11 21 24 PM

I was facing this error in gradio @invigorzz313 pls help me out