GitMLIssues-Client is a web application designed to track machine learning issues from various open source projects on GitHub. It auto-fetches the latest issues everyday and provides an accessible and organized interface for developers interested in contributing to machine learning projects. The backend of GitMLIssues-Client is built with Django.
Live Demo: https://gitmlissues.netlify.app/
- React: The primary JavaScript library used for the client-side logic.
- Fetch: A simple HTTP library for JavaScript, used to make requests to the GitMLIssues-Server.
- Chakra UI: A simple, modular and accessible component library that gives you the building blocks you need to build your React applications.
- Browse open machine learning issues from a wide array of open source projects.
- Stay updated with real-time tracking of issues.
We welcome contributions to GitMLIssues-Client! If you would like to contribute, you can checkout AddAProject.md for instructions on how to add a machine learning project to GitMLIssues-Client.