Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1msirius/odlai


https://github.com/1msirius/odlai

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        



OpenDeepLearning

Stars Badge
Forks Badge
Pull Requests Badge
Issues Badge
GitHub contributors
License Badge

## Installation

Ensure [pnpm](https://pnpm.io) is installed on your system. If not, follow the [installation instructions](https://pnpm.io/installation) on their website.

```
# download the site code with git
git clone git clone https://github.com/OpenDeepLearningAI/OpenDeepLearning.git

# Navigate into the project directory
cd OpenDeepLearning

# install the dependencies.
pnpm install

# start the development server
pnpm dev
```

The server will be running at [http://localhost:3000](http://localhost:3000).