Skip to content

Latest commit

 

History

History
204 lines (88 loc) · 7.65 KB

RVC_evaluation.md

File metadata and controls

204 lines (88 loc) · 7.65 KB

Project Evaluation Activity

Project Name: Retrieval-based-Voice-Conversion-WebUI


Finding info about contributing on the website.

In the following section you should only enter the information that you found on the project website. Some of the answers will be impossible to find, others may be very hard to find. Do not google for answers.

Project website: They have no website

What is the purpose of the project: It's a voice conversion framework capable of mimicking voices if trained on voice data.

How easy was it to find information about contributing on the website?

Contributing instructions: They have no website

URL for the code repository: They have no website

Bug/Issue tracker link: They have no website

Mailing list: They have no website

Chat channel: They have no website

Other communication channels: They have no website


Finding info at the project repository and bug/issue tracker.

License: License

Is it OSI approved license: MIT license

Programming Language(s): Python

URL for contributing instructions: Contributing instructions

Are the contributing instructions clear? Yes, but restrictive.

URL for code of conduct / community norms / community guildelines: None Found

URL for instructions for users to download and install the package: here.

Are these instructions clear? Do you think they would be easy to follow? Yes they are quite easy to follow, especially if you have experience with training other models in python.

URL for instructions for how to install development environment: here

Are these instruction clear? Do you think they would be easy to follow? The development environment is the same as the production one, so same as above.

Number of contributors: 111 contributors

Usernames of three contributors with largest number of commits; for each of them list the link to their latest commit:

  1. [RVC-Boss] (259 commits) - Their Latest Commit
  2. [fumiama] (146 commits) - Their Latest Commit
  3. [Tps-F] (111 commits) - Their Latest Commit

Number of commits: 850 commits

Latest commit

  • link to the commit: Latest commit

  • who made that commit: fumiama

  • what type of work was commited? (was it a fix to a bug, implementation of a new feature, ...) Updating the documentation

Issues

  • how many open issues are there: 727 Open Issues

    • url for the last issue created: Last issue created

    • how many users discuss the issue: 0 person

    • when was the issue reported: 3/2/2024

  • how many closed issues are there: 536 closed issues

    • url for the last issue closed: Last issue closed
    • how many users discussed the issue: 2 people
    • when was the issue reported: 2/29/2024
    • when was the issue closed: 3/1/2024
  • how active is the discussion on the issues:

  • are there issues marked "good for newbies", "beginner" or some other indicators that imply that they are good for beginner contributors:

    • how many of such issues are there? 9 issues

    • look at a few of them, do they look beginner friendly? They are if you're familiar with machine learning.

  • are there issues marked "documentation" or some other indicators that imply that they are documentation (user or developer specific): Yes

    • how many of such issues are there? 12

    • look at a few of them, do you think you could submit a fix? Yes, some of them are pretty simple, but some may require more looking to.

Pull requests

  • how many open pull requests are there: 2 pull requests

  • how many closed pull requests are there: 582

    • url for the last pull request closed: Last Pull Request closed

    • how many users discussed the pull request: 0 users

    • when was the pull request made: 3/1/2024

    • when was the pull request closed: 3/1/2024

  • do maintainers respond quickly to pull requests when they are opened? Yes

Development Environment

Each member of your group should attempt to configure the development environemnt for this project. Complete the following for each member:

Name: Mathew Pan

Operating system: Windows 10

Was the installation successful? (if not, explain what went wrong and what you did to try to remedy it)

How long did the whole process take?

It took around 10 ~ 20 minutes to configure everything. The install process was smooth through WSL2, did not test on native windows.


Summary assesment

How friendly is this project for beginner contributors? If you have some knowledge in the domain of ML, I think there are things you can contribute to regarding documentation and some simple issues. Though I wouldn't really reccomend this project for contributions, as they generally don't want any algothrimic contributions, only documentation and the webui.

Do the maintainers respond helpfully to questions in issues? They are quite active in certain issues.

Are people friendly in the issues, discussion forum, and chat (for example, IRC or Slack)? The discord seems friendly.

Do pull requests get reviewed? Yes, the owners are quick to response.

Do maintainers thank people for their contributions? Doesn't seem like it

Are there special skills required to contribute to the project? If so, what are they? Knowledge of python, pytorch, and basic ML principles

Are there any special hardware/software requirements to be able to contribute to the project? If so, what are they? A gpu while useful, is not required.