Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built an image classification model using ResNet50 #197

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

Davisonyeas
Copy link
Contributor

Added a new folder that contains a Jupyter Notebook file of an image classification model built using ResNet pre-trained model

.gitignore Outdated Show resolved Hide resolved
Copy link
Collaborator

@Sammybams Sammybams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is some amazing input @Davisonyeas. Thank you very much for this contribution. We will be rounding up data collection for this project soon and so you will be able to test with all the different images we have been able to gather.

There are also the .DS_Store files that accompany your commit (automatically generated by your macOS), so I have just added that to the .gitignore and would suggest you use the command below to remove the files.

find . -name ".DS_Store" -print -delete

Or you could use GitHub Codespaces on your fork to avoid cloning down to your repo to save storage and data due to images that have been resized on the repo. So you don't clone the full history unless you are using a --depth 1 command in addition to your clone and pull commands.

@Sammybams Sammybams merged commit 00a6463 into mlsanigeria:main Oct 13, 2023
@Davisonyeas
Copy link
Contributor Author

Thanks a lot sir @Sammybams, I will do that next time. Can I start writing the code for the streamlit deployment?

@Sammybams
Copy link
Collaborator

Thanks a lot sir @Sammybams, I will do that next time. Can I start writing the code for the streamlit deployment?

Yes definitely you can, @Davisonyeas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants