🧠 Project Name
Hyper Intelligence
🔍 Description
All the useful metrics in one place with an extremely user friendly UI and interface, Also brings a news feed with AI indicators.
The design was inspired by tron and I used sharp edges inspired by teslas cybertruck. I wanted to create a design that really stood out and doesn't feel like any other site. Most devs don't really put enough time into making the site feel as good as the tech behind it.
🛠️ How It Works
The metrics are mainly being pulled from coingeko and hyperliquids API routes. The news widget was the hardest to implement and I spent the most time on it. I bought a dedicated Mac mini to scrape twitter tweets every 10 minutes from a news account (will look into doing more accounts). Then that tweet is stored on an SQL lite database. I then have another python program which reads those tweets and gives them a bullish or bearish score using a fin Bert AI model. The model works most of the time correctly but is not fine tuned for crypto so I am looking to use a better model or even train my own. Once the tweet as been analysed the sql database is updated and those changes are then reflected on the site. To do this I had to create my own API route from the Mac to the site. I need to forward some ports and do more work to allow anyone to access my API and look at the news+sentiment.
💻 Demo
https://youtu.be/ldEuV8ykqU0?feature=shared
📂 Project Links
Include links to anything relevant: