Skip to content

Lists of projects using aurora to build machine learning applications & experiments

License

Notifications You must be signed in to change notification settings

arctisio/aurora-mappings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Aurora Projects

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.

How to Contribute

To add your project:

  1. Create a JSON file with details about your project.
  2. Place the file inside the projects/ directory.
  3. 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.

About

Lists of projects using aurora to build machine learning applications & experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published