Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Created by https://www.toptal.com/developers/gitignore/api/jupyternotebooks,macos,microsoftoffice
# Edit at https://www.toptal.com/developers/gitignore?templates=jupyternotebooks,macos,microsoftoffice

dir_to_ignore/PlantVillageTest/
dir_to_ignore/PlantVillageTest_apples/
dir_to_ignore/PlantVillageTest2/
dir_to_ignore/Plant_leave_diseases_dataset_with_augmentation/
dir_to_ignore/Septoria tomato leaf spot (~600)/
dir_to_ignore/AllCropsTest/
classification.ipynb
dir_to_ignore/Apples_saved_model_2/
dir_to_ignore/modelApples/
dir_to_ignore/images/
dir_to_ignore/Pepper_complete_model/

### JupyterNotebooks ###
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# IPython
profile_default/
ipython_config.py

# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### MicrosoftOffice ###
*.tmp

# Word temporary
~$*.doc*

# Word Auto Backup File
Backup of *.doc*

# Excel temporary
~$*.xls*

# Excel Backup File
*.xlk

# PowerPoint temporary
~$*.ppt*

# Visio autosave temporary files
*.~vsd*

# End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks,macos,microsoftoffice
Binary file added images/folder structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading