Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drewxs/sensr
- Owner: drewxs
- License: mit
- Created: 2022-08-02T00:21:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T19:08:55.000Z (about 1 year ago)
- Last Synced: 2024-02-04T21:46:10.856Z (about 1 year ago)
- Topics: deep-learning, machine-learning, simulation
- Language: TypeScript
- Homepage: https://sensr.vercel.app
- Size: 456 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.