Coder Social home page Coder Social logo

jdleo / sagi Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 24.78 MB

A free Chrome extension that uses deep text analysis to determine if an ICO is a scam or not. Trained against a dataset of confirmed "legit" ICOs and confirmed "scam" ICOs.

HTML 16.77% CSS 0.67% JavaScript 82.55%
ico scam ai identify chrome javascript cryptocurrency blockchain

sagi's Introduction

Sagi

Sagi (詐欺) [Japanese] => Scam [English]

A free Chrome extension that uses deep text analysis to determine if an ICO is a scam or not. Trained against a dataset of confirmed "legit" ICOs and confirmed "scam" ICOs. Not quite AI, but a hacky version of it. It uses a version of LSI (Latent Semantic Index) to determine deep similarity between bodies of text. It runs similarity analysis against dataset of confirmed "scam" ICOs, then likewise with confirmed "legit" ICOs. It then produces a score of which one it's closer to. This is pre-pre-pre-beta so I'm not entirely sure how accurate it will be, but it's worth a shot.

Donate

BTC: 1oqMn1YLMg7tPad2atd1e3fT8UB2usY76
BCH: qpvrdhx2hxtht9eha4ga9l5mumztw62rpg6fxzn0r3
ETH: 0x4832c55e2Cc51e11d7496b4Ea355bB4EC6832370
LTC: LMxDyPFyo7tAFag2ps2esXP9pyeS4S4Az2

To-do

  • Create Boilerplate chrome extension code (javascript)
  • Create datasets in JSON format (words as key, word counts as values)
  • Create UI (React maybe) with a button to analyze text, and two cards that show similarity score to scam, and similarity score to legit
  • Capture all text on any given website (this will be the ICO website user wants to "test")
  • Count words in text body, store in dictionary along with word counts
  • Calculate euclidean distance between current website, and scam/legit datasets, produce scores for each
  • Show Results to user
  • Create landing page on personal website for chrome extension
  • Publish to Chrome store

sagi's People

Contributors

jdleo avatar

Watchers

James Cloos avatar  avatar

sagi's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.