Skip to content

KirillYashin/GoodBoyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodBoyBot

Telegram bot guide to dog breeds

Project structure

.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

About

Telegram bot guide to dog breeds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages