Name | Logo | Purpose |
---|---|---|
GSSoC'2024-Extd | The coding period is from October 1st to October 30th, during which contributors make contributions and earn points on the platform. | |
Hacktoberfest 2024 | Hacktoberfest is a month-long October event welcoming all skill levels to join the open-source community. |
๐ Stars | ๐ด Forks | ๐ Issues | ๐ Open PRs | ๐ Closed PRs |
A dynamic hub of Machine Learning innovations, where hands-on projects and collaborative experiments come together to inspire open-source contributions and foster a community of shared learning.
This repository is a diverse collection of projects ranging from beginner-friendly models to advanced AI applications. Whether you're new to the field or a seasoned expert, there's something for everyone to contribute to. Dive into neural networks, computer vision, natural language processing (NLP), and more. Join our vibrant community, share your ideas, and help shape the future of AIโtogether!
This project uses a number of key libraries to implement machine learning models and data processing pipelines. To help you better understand these libraries and their roles in the project, we've created a dedicated guide.
For an in-depth overview of the most important libraries used in this project, including their features and functionalities, check out the Machine Learning Libraries Overview.
This guide covers:
We encourage you to explore this document to gain a deeper understanding of the tools that power our machine learning workflows.
To get in-depth overview and roadmap to learn Generative AI. Check out Generative AI Roadmap.
This guide covers:
To get an in-depth overview and roadmap to learn Deep Learning, check out Deep Learning Roadmap.
This guide covers:
You can refer to the following articles on the basics of Git and Github.
Getting started with Git and GitHub
This section addresses some common issues you may encounter while setting up or using ML-Nexus. If you run into problems not listed here, please feel free to consult our community or open a new issue.
pip install -r requirements.txt
pip install <missing-package-name>
git clone https://github.com/UppuluriKalyani/ML-Nexus.git
pip install --upgrade -r requirements.txt
pip install --upgrade <package-name>
python --version
python -m venv myenv
source myenv/bin/activate # For Windows: myenv\Scripts\activate
pip install -r requirements.txt
For further assistance, feel free to reach out to our community or check the issues section on GitHub.
click on the uppermost button
Fork the repository to your own GitHub account.
Clone the repository to your local machine:
git clone https://github.com/<your-username>/ML-Nexus.git
Navigate into the directory:
cd ML-Nexus
Install dependencies (if applicable):
npm install
Create a new branch for your changes:
git checkout -b <your-branch-name>
Make your changes, commit, and push:
git add .
git commit -m "Your message here"
git push origin <your-branch-name>
Submit a pull request:
Wait for review and feedback.
Please do! Contributions and pull requests are welcome.Contributors are expected to adhere to the Code of Conduct.
Jump into our Discord!
## Code of Conduct๐ค To maintain a safe and inclusive space for everyone to learn and grow, contributors are advised to follow the [Code of Conduct](./CODE_OF_CONDUCT.md). ## Feedback๐ We value your feedback! If you have suggestions or encounter any issues, feel free to: - Open an issue [here](https://github.com/UppuluriKalyani/ML-Nexus/issues) - Reach out to the maintainer: [Uppuluri Kalyani](https://github.com/UppuluriKalyani)