abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
321 stars 290 forks source link

Book Recommendation:Project Added #652

Closed Sanjeev-Kumar78 closed 1 month ago

Sanjeev-Kumar78 commented 1 month ago

Pull Request for DL-Simplified 💡

Issue Title : [Project Addition]: AI Based Book Recommendation System

Closes: #614

Type of change ☑️

What sort of change have you made:

Checklist: ☑️

github-actions[bot] commented 1 month ago

Our team will soon review your PR. Thanks @Sanjeev-Kumar78 :)

Sanjeev-Kumar78 commented 1 month ago

Got it, but what's the problem with using streamlit for a web app? @abhisheks008

abhisheks008 commented 1 month ago

Got it, but what's the problem with using streamlit for a web app? @abhisheks008

No problem with the Streamlit app, I am requesting you to follow the project structure.

Sanjeev-Kumar78 commented 1 month ago

Okay 👍

Sanjeev-Kumar78 commented 1 month ago

If you want to create a web app for the same project then please follow the project structure for the same and update accordingly. @Sanjeev-Kumar78

For your reference, https://github.com/abhisheks008/DL-Simplified/tree/main/Brain%20Tumor%20Detection

Based on the reference, I have made updates to the project structure. Please take another look at it. @abhisheks008

abhisheks008 commented 1 month ago

If you want to create a web app for the same project then please follow the project structure for the same and update accordingly. @Sanjeev-Kumar78 For your reference, https://github.com/abhisheks008/DL-Simplified/tree/main/Brain%20Tumor%20Detection

Based on the reference, I have made updates to the project structure. Please take another look at it. @abhisheks008

Please update the Web App folder, Images folder. Remove the datasets from the models folder and put them in to the Dataset folder. Datasets are kept to be in the specific folder named as Dataset that's why you have created Dataset folder.

Look at the existing project carefully and make the changes.

Sanjeev-Kumar78 commented 1 month ago

I'm sorry for the confusion earlier. I've made the necessary updates to the dataset model, and it turns out that my project didn't need any images, so I didn't create an images folder. @abhisheks008

Sanjeev-Kumar78 commented 1 month ago

Done. @abhisheks008 Please review.

abhisheks008 commented 1 month ago

Images folder is missing in this project. Please add the EDA results and accuracy graphs inside the Images folder.

Sanjeev-Kumar78 commented 1 month ago

Please check the Images folder. Is everything okay?