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
324 stars 290 forks source link

Ethnicity Classification of Asian People #585

Closed Subhranil2004 closed 1 month ago

Subhranil2004 commented 1 month ago

Issue Title : Ethnicity Classification of Asian People #507

Closes: #507

Describe the add-ons or changes you've made 📃

Added a folder named Ethnicity Classification of Asian People which contains the ipynb file and requirements.txt file along with Dataset, Images and Models directories.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

I have tested the project by running it on a virtual environment with python 3.11 and the required packages of the requirements.txt The ipynb file ran successfully.

Checklist: ☑️

github-actions[bot] commented 1 month ago

Our team will soon review your PR. Thanks @Subhranil2004 :)

Subhranil2004 commented 1 month ago

Hi @Subhranil2004 looks good to me. But you need to update the project structure.

Here is the project structure,

Project Dummy
|- Dataset
  |- dataset.csv
  |- README.md
|- Images
  |- img1.png
  |- img2.png
  |- img3.png
|- Model
  |- project_dummy.ipynb
  |- README.md
|- requirements.txt

Here's the README template you should follow. Please update the README as well. Click here for template.

Need to update the file names from Readme.md to README.md.

Please update this changes.

Ok, I will do the changes.

And one more thing...I faced some difficulty in pushing the changes from local after cloning the repo. So I had to do the changes from GitHub itself. The errors were like Upstream closed connection unexpectedly I think it's due to the big repo size. Again I cloned my fork after doing the changes online, but then I couldn't find my folder in the clone. Is there some mistake. What would u suggest? @abhisheks008

abhisheks008 commented 1 month ago

Hi @Subhranil2004 looks good to me. But you need to update the project structure. Here is the project structure,

Project Dummy
|- Dataset
  |- dataset.csv
  |- README.md
|- Images
  |- img1.png
  |- img2.png
  |- img3.png
|- Model
  |- project_dummy.ipynb
  |- README.md
|- requirements.txt

Here's the README template you should follow. Please update the README as well. Click here for template. Need to update the file names from Readme.md to README.md. Please update this changes.

Ok, I will do the changes.

  • Can you clarify which images to include in the Images folder?

And one more thing...I faced some difficulty in pushing the changes from local after cloning the repo. So I had to do the changes from GitHub itself. The errors were like Upstream closed connection unexpectedly I think it's due to the big repo size. Again I cloned my fork after doing the changes online, but then I couldn't find my folder in the clone. Is there some mistake. What would u suggest? @abhisheks008

You couldn't find your repo because your branch/repo wasn't merged to the main branch.

Subhranil2004 commented 1 month ago

Create a separate folder Images, like you created Dataset, Models and put all the EDA results, accuracy charts inside the Images folder.

I have mentioned the same in the project structure.

ok I'll do that

Subhranil2004 commented 1 month ago

Hi @Subhranil2004 looks good to me. But you need to update the project structure. Here is the project structure,

Project Dummy
|- Dataset
  |- dataset.csv
  |- README.md
|- Images
  |- img1.png
  |- img2.png
  |- img3.png
|- Model
  |- project_dummy.ipynb
  |- README.md
|- requirements.txt

Here's the README template you should follow. Please update the README as well. Click here for template. Need to update the file names from Readme.md to README.md. Please update this changes.

Ok, I will do the changes.

  • Can you clarify which images to include in the Images folder?

And one more thing...I faced some difficulty in pushing the changes from local after cloning the repo. So I had to do the changes from GitHub itself. The errors were like Upstream closed connection unexpectedly I think it's due to the big repo size. Again I cloned my fork after doing the changes online, but then I couldn't find my folder in the clone. Is there some mistake. What would u suggest? @abhisheks008

You couldn't find your repo because your branch/repo wasn't merged to the main branch.

but then cant i clone the branch created by me? Afterall it's my fork that I'm cloning...

abhisheks008 commented 1 month ago

Hi @Subhranil2004 looks good to me. But you need to update the project structure. Here is the project structure,

Project Dummy
|- Dataset
  |- dataset.csv
  |- README.md
|- Images
  |- img1.png
  |- img2.png
  |- img3.png
|- Model
  |- project_dummy.ipynb
  |- README.md
|- requirements.txt

Here's the README template you should follow. Please update the README as well. Click here for template. Need to update the file names from Readme.md to README.md. Please update this changes.

Ok, I will do the changes.

  • Can you clarify which images to include in the Images folder?

And one more thing...I faced some difficulty in pushing the changes from local after cloning the repo. So I had to do the changes from GitHub itself. The errors were like Upstream closed connection unexpectedly I think it's due to the big repo size. Again I cloned my fork after doing the changes online, but then I couldn't find my folder in the clone. Is there some mistake. What would u suggest? @abhisheks008

You couldn't find your repo because your branch/repo wasn't merged to the main branch.

but then cant i clone the branch created by me? Afterall it's my fork that I'm cloning...

In the forked repo make the changes. Create a separate Images folder and put the images there.

Subhranil2004 commented 1 month ago

@abhisheks008 I have updated the directory structure. Can u have a look if it's ok to merge?

Subhranil2004 commented 1 month ago
image

Images are not visible in the README.

Ok I have done the changes now. It's strange as images were showing in VS Code where I was modifying but didn't on github, had to modify the links a bit. @abhisheks008

abhisheks008 commented 1 month ago

Hi @Subhranil2004 the project structure, README look good to me. Need some time as GitHub is not rendering the .ipynb files, which caused a major bug for us. As I can't review your code. Wait for some time, I hope it'll resolve soon.

Subhranil2004 commented 1 month ago

Hi @Subhranil2004 the project structure, README look good to me. Need some time as GitHub is not rendering the .ipynb files, which caused a major bug for us. As I can't review your code. Wait for some time, I hope it'll resolve soon.

Ok...