Contribute#

We welcome contributions to MLPedRVFL!

How to Contribute#

  1. Fork the Repository on GitHub.

  2. Clone the Repository:

`bash git clone https://github.com/yourusername/mlpedrvfl.git `

  1. Install Dependencies:

`bash pip install -r requirements.txt `

  1. Create a Feature Branch:

`bash git checkout -b new-feature `

  1. Make your Changes and Commit:

`bash git add . git commit -m 'Add new feature' `

  1. Push to Github and Submit a Pull Request:

`bash git push origin new-feature `