Skip to content

NeuralLeet is an open-source ML&DL library with drag and drop interface

License

Notifications You must be signed in to change notification settings

1337-Artificial-Intelligence/NeuralLeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralLeet

Project Description

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.

Contributing

We appreciate your interest in contributing to NeuralLeet! To ensure a smooth collaboration, please follow these steps:

1. Find or Create an Issue

  • 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.

2. Fork & Clone the Repository

  • 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

3. Create a New Branch

  • Always work in a new branch to keep changes organized:
    git checkout -b feature-branch-name

4. Make Your Changes

  • Implement your fix or feature following the project’s coding style.
  • Test your changes before submitting.

5. Commit & Push

  • 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

6. Submit a Pull Request (PR)

  • 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).

7. Review & Merge

  • 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!

Contact

Feel free to contact us if you have any questions or anything else at contact@1337ai.org.

License

This project is licensed under the MIT License.

About

NeuralLeet is an open-source ML&DL library with drag and drop interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages