Skip to content

guptatanmay8/PETcat_voice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PETcat_voice

Speech processing modules for PETCat, the long term project.

Contribution Guidelines

1. Fork the repo on GitHub: Use the button at the top right.

2. Clone the project to your own machine

git clone https://github.com/${your_username_here}/PETcat_voice

3. Commit changes to your own branch:

Create a new branch by

git checkout -b ${your_branch_name}

4. Push your work back up to your fork:

Navigate to the top-level repo directory and:

git add .
git commit -m "Explanative commit message"
git push origin ${your_branch_name} 

5. Submit a Pull request so that we can review your changes:

Create a new pull request from the Pull Requests tab on this repo, not the fork.

Request reviews from at least two people.

About

Speech processing modules for PETCat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%