Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kravse/t-1000-bot-detector
T-1000 is a chrome extension that detects bot generated text in your browser.
https://github.com/kravse/t-1000-bot-detector
bot chrome detection extension javascript nlp
Last synced: 14 days ago
JSON representation
T-1000 is a chrome extension that detects bot generated text in your browser.
- Host: GitHub
- URL: https://github.com/kravse/t-1000-bot-detector
- Owner: kravse
- Created: 2021-06-17T15:14:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T21:25:25.000Z (over 3 years ago)
- Last Synced: 2024-12-23T19:52:14.289Z (21 days ago)
- Topics: bot, chrome, detection, extension, javascript, nlp
- Language: JavaScript
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T-1000 Bot Detection Chrome Extension
T-1000 is a chrome extension that helps users detect bot generated text. Users can paste in text from any website and check to see if it is generated by language models. On twitter, the extension can auto-fetch text from tweets.Built with the [cohere.ai](https://cohere.ai) NLP API. This is a work in progress.
### Paste some text and the t-1000 will analyze it for you.
![extension example](./src/images/extension-example.png)### Or auto-populate by clicking the t-1000 button on tweets.
![twitter](./src/images/twitter-example.png)# Dev Instructions:
#### Install Dependencies
```bash
npm install
```
#### Build for production
```bash
npm run build
```Load dist as an upacked extension in chrome.