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.
- Host: GitHub
- URL: https://github.com/yashas10gowda/ai-projects
- Owner: Yashas10Gowda
- License: mit
- Created: 2020-07-12T15:06:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T13:54:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T11:24:39.661Z (over 1 year ago)
- Topics: lit, tensorflow-models, web-components
- Language: TypeScript
- Homepage: https://yashas.pythonanywhere.com/ai-projects/
- Size: 572 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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.