A GitHub repository creation tool to help speed up the deployment process for ML models.
The application uses GitHub Oauth2 workflow for authentication and then uses the generated access token to make requests to the GitHub API. The repository is created using a generic ML repo template providing the basic folder structure for an ML project.
- npm
- nodejs
# 1. Clone the repository
$ git clone https://github.com/Sanyam-Garg/repo-creation
# 2. Install the npm dependencies
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
The application is live on http://localhost:3000/