This repository is a collection of projects that utilize the Aurora ML library. If you have a project using Aurora, you can add it here to help others discover it.
To add your project:
- Create a JSON file with details about your project.
- Place the file inside the
projects/
directory. - Name the file in format
<author>_<project>.json
Each project JSON must follow the format below:
{
"name": "Project Name",
"repo_link": "https://github.com/username/repo-name",
"description": "Short description of what the project does.",
"author": {
"name": "Author Name",
"email": "[email protected]",
"github": "https://github.com/author"
},
"keywords": ["Aurora", "Machine Learning", "ProjectType"],
"languages": ["Java", "Python"],
"license": "Project License",
"created_at": "DD-MM-YYYY"
}
Note
The listed projects using Aurora may be displayed on our website.