Skip to content

We have created a app using twikinter,python speech recognition and pocketsphinx(for offline use) which uses both online and offline voice recognition to do some basic git operations and some friendly chats!

Notifications You must be signed in to change notification settings

Gourav0407/Gitbot-using-Python-speech-Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to python gitbot repo!

Dependences used in projects (Must install)

  • Pyaudio
  • Pocketsphinx
  • Speechrecognition
  • Sphinxbase
  • Sphinxtrain
  • Tkinter
  • Pillow

Working model of our app

working-model

Features of our app

  • Online recognition
  • Offine recognition (using pocketsphinx)
  • Basic git commands
  • Voice interaction
  • Friendly UI

Supported git commands

git commands voice commands
git status what's the status
git add . backup my code
git commit -m "commited by viki the gitbot" commit my code
git push origin master upload to cloud
git pull origin master update

Fun with the Gitbot

  • what is your name, tell me your name, hi, hello
  • what's the time, time
  • tell me about yourself

Updated ui with help commands

homepage

Homepage

homepage

Setting remote repo

Setting_remote_repo

After remote repo setup

After_remote_repo_setup

Invalid/empty git account

Invalid/empty_git_account

About

We have created a app using twikinter,python speech recognition and pocketsphinx(for offline use) which uses both online and offline voice recognition to do some basic git operations and some friendly chats!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%