This repository contains the API documentation for AI Library. Contribution welcome.
To get started with this template, first install the npm dependencies:
npm installNext, run the development server:
npm run devFinally, open http://localhost:3000 in your browser to view the website.
To contribute, you can add guides. Clone the repo, create a branch, add a guide under guides folder. Once you have tested, you can create a pull request.
To help us test your code, you can add a Google Colab Notebook (for python) link for quick evaluation. Happy hacking...