pytorch-project-template
A Simple Template For A PyTorch Classification Project π
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
βCITATION.cff file
Found CITATION.cff file -
βcodemeta.json file
Found codemeta.json file -
β.zenodo.json file
Found .zenodo.json file -
βDOI references
-
βAcademic publication links
-
βAcademic email domains
-
βInstitutional organization owner
-
βJOSS paper metadata
-
βScientific vocabulary similarity
Low similarity (14.0%) to scientific vocabulary
Keywords
Repository
A Simple Template For A PyTorch Classification Project π
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Classification with PyTorch
This repository provides a template for image classification projects using PyTorch. It includes a Jupyter notebook (main.ipynb) that contains the main code for the project.
π§ There's a new version coming... π§
π Getting Started
- Clone this repository to your local machine.
- Install the required dependencies listed in
requirements.txt. - Open the
main.ipynbJupyter notebook and follow the instructions.
π Data Organization
Your data should be organized in the following structure:
``` ββββDatabase β ββββcache # This folder will be created by the program β ββββData # Put all the folders with images here
Example β¬
β ββββbattery β ββββbiological β ββββbrown-glass β ... β ββββwhite-glass ```
Each subfolder in the Data directory represents a class, and should contain the images for that class. For example, the battery folder should contain images of batteries, the biological folder should contain images of biological items, and so on.
π READMEs in Folders
Each folder contains a README file that explains the contents of the folder. Please read these files for more information about the data.
π¦ Running the Code
To run the code, simply open the main.ipynb Jupyter notebook and execute the cells in order.
π Citing
bib
@software{Hamedi_PyTorch-Project-Template,
author = {Aydin Hamedi},
license = {MIT},
title = {PyTorch-Project-Template},
url = {https://github.com/Aydinhamedi/PyTorch-Project-Template}
}
License
This project is licensed under the MIT License. See the LICENSE file for details.
Copyright (c) 2024 Aydin HamediThis software is released under the MIT License. https://opensource.org/licenses/MIT
Owner
- Name: Aidin
- Login: AidinHamedi
- Kind: user
- Repositories: 1
- Profile: https://github.com/AidinHamedi
Segmentation fault
Citation (CITATION.cff)
cff-version: 1.2.0
title: PyTorch-Project-Template
message: "A Simple Template For A PyTorch Classification Project \U0001F604"
type: software
authors:
- email: aydin.hamediasl@gmail.com
given-names: Aydin
family-names: Hamedi
repository-code: 'https://github.com/Aydinhamedi/PyTorch-Project-Template'
license: MIT
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 5 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- efficientnet_pytorch ==0.7.1
- matplotlib ==3.8.3
- numba ==0.59.1
- numpy ==1.26.4
- pillow ==10.2.0
- scikit-learn ==1.4.1.post1
- seaborn ==0.13.2
- torch ==2.2.2
- torchsummary ==1.5.1
- torchvision ==0.17.2
- tqdm ==4.66.2