Telegram bot guide to dog breeds
.gitconfig Added alises to do git using more faster: (Add this to C:\Users\<user_Name>\.gitignore)
- st = status
- s = status --short
- l = log --oneline --graph --decorate --all
- g = log --graph --abbrev-commit --decorate --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)'
- br = branch
- co = checkout
- cm = commit -m
.gitignore A gitignore file specifies intentionally untracked files that Git should ignore.
data Data storage directory.
data_processing The main dyrectory with code samples.
models A dyrectory with trained models of Neural Networks
tg_GBBot Using Telegram Bot for this project