NeuralLeet is an open source project that implement multiple architicture (CNN, RNN, LSTM), without ussing exsting packages like tensorflow. plus the package eil provide a drag and drop interface to build neural networks and train models just using interface.
We appreciate your interest in contributing to NeuralLeet! To ensure a smooth collaboration, please follow these steps:
-
Check the Issues tab for open tasks.
-
If you find a bug or want to propose a new feature, create a new issue and describe the problem or enhancement.
-
Check the Issues tab to see if your idea or bug is already being worked on.
-
If your contribution is new, create an issue describing the bug, enhancement, or feature request.
-
Wait for feedback from maintainers to ensure your work aligns with the project's goals.
- Click "Fork" on GitHub to create your copy of the project.
- Clone your fork to your local machine:
git clone https://github.com/1337-Artificial-Intelligence/NeuralLeet.git cd NeuralLeet
- Always work in a new branch to keep changes organized:
git checkout -b feature-branch-name
- Implement your fix or feature following the project’s coding style.
- Test your changes before submitting.
- Commit your changes with a meaningful message:
git add . git commit -m "Brief description of changes"
- Push your branch to GitHub:
git push origin feature-branch-name
- Go to the Pull Requests section of the main repository and click "New Pull Request."
- Select your branch and describe the changes.
- Link the PR to the relevant issue (if applicable).
- The maintainers will review your PR and provide feedback.
- After approval, your changes will be merged into the main branch.
🚀 Thank you for contributing to NeuralLeet!
Feel free to contact us if you have any questions or anything else at contact@1337ai.org.
This project is licensed under the MIT License.