SparshSG commited on
Commit
519fc1f
·
verified ·
1 Parent(s): d1e0895

Upload 16 files

Browse files
.idea/.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
.idea/.name ADDED
@@ -0,0 +1 @@
 
 
1
+ app.py
.idea/Cat-Dog-Classification.iml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="jdk" jdkName="Python 3.11" jdkType="Python SDK" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
.idea/inspectionProfiles/profiles_settings.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11" project-jdk-type="Python SDK" />
4
+ </project>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/Cat-Dog-Classification.iml" filepath="$PROJECT_DIR$/.idea/Cat-Dog-Classification.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
.idea/workspace.xml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AutoImportSettings">
4
+ <option name="autoReloadType" value="SELECTIVE" />
5
+ </component>
6
+ <component name="ChangeListManager">
7
+ <list default="true" id="6e7031b0-fca8-457f-9bbc-b1d90918d443" name="Changes" comment="" />
8
+ <option name="SHOW_DIALOG" value="false" />
9
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+ <option name="LAST_RESOLUTION" value="IGNORE" />
12
+ </component>
13
+ <component name="MarkdownSettingsMigration">
14
+ <option name="stateVersion" value="1" />
15
+ </component>
16
+ <component name="ProjectId" id="2XJ6bZn7WQprC25PecT48TwUbTX" />
17
+ <component name="ProjectViewState">
18
+ <option name="hideEmptyMiddlePackages" value="true" />
19
+ <option name="showLibraryContents" value="true" />
20
+ </component>
21
+ <component name="PropertiesComponent"><![CDATA[{
22
+ "keyToString": {
23
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
24
+ "RunOnceActivity.ShowReadmeOnStart": "true",
25
+ "last_opened_file_path": "S:/Deep Learning Projects/Cat-Dog-Classification",
26
+ "settings.editor.selected.configurable": "preferences.pluginManager"
27
+ }
28
+ }]]></component>
29
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
30
+ <component name="TaskManager">
31
+ <task active="true" id="Default" summary="Default task">
32
+ <changelist id="6e7031b0-fca8-457f-9bbc-b1d90918d443" name="Changes" comment="" />
33
+ <created>1698334908276</created>
34
+ <option name="number" value="Default" />
35
+ <option name="presentableId" value="Default" />
36
+ <updated>1698334908276</updated>
37
+ </task>
38
+ <servers />
39
+ </component>
40
+ </project>
.ipynb_checkpoints/Untitled-checkpoint.ipynb ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [],
3
+ "metadata": {},
4
+ "nbformat": 4,
5
+ "nbformat_minor": 5
6
+ }
25231.png ADDED
Cat_Dog_Classifier.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
cat_dog_classifier.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8466aa528c2cda072d3de53a05efbd36889f30456450eed983c6879eccf96526
3
+ size 9273296
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit~=1.29.0
2
+ numpy~=1.24.2
3
+ tensorflow~=2.14.0
4
+ tensorflow-hub
5
+ opencv-python-headless
6
+ Pillow~=10.2.0
7
+ opencv-python~=4.8.0.76
8
+ pandas
9
+ datetime
10
+ tensorflow_datasets
sample_images/dog-puppy-on-garden-royalty-free-image-1586966191.jpg ADDED
sample_images/international_dog_day_1692974397743_1692974414085.jpg ADDED
sample_images/qtt6q1d6-720.jpg ADDED
sample_images/red-white-cat-i-white-studio_155003-13189.jpg ADDED