Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drewxs/sensr

Semi-supervised deep learning simulation
https://github.com/drewxs/sensr

deep-learning machine-learning simulation

Last synced: 5 days ago
JSON representation

Semi-supervised deep learning simulation

Awesome Lists containing this project

README

        

# Sensr

![codeql-analysis](https://github.com/kito0/sensr/actions/workflows/codeql-analysis.yml/badge.svg)
![release](https://github.com/kito0/sensr/actions/workflows/release.yml/badge.svg)

## Prerequisites

This project requires NodeJS (version 16 or later) and NPM.
[Node](http://nodejs.org/) and [NPM](https://npmjs.org/).
To make sure you have them available on your machine,
try running the following command.

```bash
$ npm -v && node -v
```

This project uses [pnpm](https://pnpm.io/) to manage dependencies. Install it via npm:

```bash
$ npm i -g pnpm
```

## Installation

```bash
$ pnpm i
```

## Development

In the project directory, you can run:

```bash
$ pnpm dev
```

or

```bash
$ pnpm start
```

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

## Build

```bash
$ pnpm build
```

Builds the app for production to the `dist` folder.

It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!


Copyright ©2022 [Andrew X. Shah](https://github.com/kito0).

[MIT](https://github.com/kito0/self-driving-car/blob/master/LICENSE) licensed.