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

https://github.com/yashas10gowda/ai-projects

Used Tensorflow.JS to predict certain things.
https://github.com/yashas10gowda/ai-projects

lit tensorflow-models web-components

Last synced: 5 months ago
JSON representation

Used Tensorflow.JS to predict certain things.

Awesome Lists containing this project

README

          

# AI-Projects
As it's AI it'll make mistakes.

## CommentSense
Before you comment verbally or digitally make sure it's not toxic!

## StoQueAns
Are you lazy to find an answer to a question from a paragraph? Don't Worry so is Yashas ;)

## WhatIsIt
Detect what the object is!... digitally.

#### Used Tensorflow.JS Pre-Trained Models.

## Open-wc Starter App

[![Built with open-wc recommendations](https://img.shields.io/badge/built%20with-open--wc-blue.svg)](https://github.com/open-wc)

## Quickstart

To get started:

```sh
npm init @open-wc
# requires node 10 & npm 6 or higher
```

## Scripts

- `dev` runs your app for development, reloading on file changes
- `start:build` runs your app after it has been built using the build command
- `build` builds your app and outputs it in your `dist` directory

## Tooling configs

For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.