ProjectTemplate-Python
English | ็ฎไฝไธญๆ โ GitHub | Gitee็ ไบ
File Modification
- Setup pre-commit hook
- If necessary, modify
.pre-commit-config.yaml
- In the repository root path, run
pre-commit install
- If necessary, modify
- Modify the
.gitignore
file - Modify the
LICENSE
file This repository uses the MIT license, you may change it to other licenses - Modify the setup files
setup.cfg
setup.py
, especially thebasicsr
keyword
- Modify the
requirements.txt
files - Modify the
VERSION
file
GitHub Workflows
- pylint
- gitee-repo-mirror - Support Gitee็ ไบ
- Clone GitHub repo in the Gitee website
- Modify gitee-repo-mirror
- In Github Settings -> Secrets, add
SSH_PRIVATE_KEY
Other Procedures
- The
description
,website
,topics
in the main page - Support Chinese documents, for example,
README_CN.md
Emoji
Emoji | Meaning |
---|---|
๐ | Used for BasicSR Logo |
Features | |
HOWTOs | |
Installation / Usage | |
TODO list | |
Dataset preparation | |
Commands | |
๐ฐ | Model zoo |
Designs | |
License and acknowledgement | |
๐ | Citations |
๐ง | Contact |
Models | |
โฌ | Download |
Datasets | |
Curves | |
๐ | Screenshot |
References |
Useful Image Links
Google Colab Logo
Windows Logo
Ubuntu Logo
Other Useful Tips
More
drop-down menuMore
- Nov 19, 2020. Set up ProjectTemplate-Python.