This product integrates two essential components of modern market analysis:
sentiment analysis of news flows, conducted by the Gemini Pro model,
and forecasting based on historical data utilizing ML ARIMA.
This service retrieves real-time data from various information sources worldwide,
conducts sentiment analysis of news using the Ollama Llama2 model,
and performs technical analysis based on 30 different indicators per token across various time windows.
The "Whales Finder" project is a real-time transaction analysis tool on the Ethereum blockchain aimed at
identifying major players (whales) making transactions of certain amounts.
With this tool, users can monitor the activity of large market participants and receive notifications about
potentially significant transactions, helping them make informed decisions in their investment activities on the Ethereum
platform.
This bot receives signals in the form of webhooks from the TradingView platform and
automatically opens positions to buy or sell various currency pairs. By using this tool,
traders can automate their trading strategies and take advantage of market opportunities
in real-time. The bot is designed to minimize latency in trade execution and provides users
with a highly customizable setup, allowing for precise control over risk management and strategy
parameters.
Crafted with React, the T-Book Club site is a vibrant community hub for literature enthusiasts.
It offers a Hall of Fame for top contributors, space for book discussions, an events calendar,
and a gallery of discussed books to inspire your next read. Connect,
share, and explore with fellow bibliophiles.
This Bot can control the network and help user to find and troubleshoot problems. List of features:
- find MAC\IP address of device in Network
- find Hostname of device in Network
- call the ports on Access Layer Switches
- get information from DHCP servers
- service commands Ping\Traceroute
This Bot (in Slack) calculates days until a friend's
birthday and shows the friend's current age.
If the birthday has passed, puts the date at the end of the list. This way
the user can clearly see upcoming birthdays
This Bot determines the language in which you send a message
translates everything into German, also
makes an audio translation into German
language and sends it to the user
This bot expects an image from the user.
Then it analyzes this image and,
based on TensorFlow, makes a prediction of
what is shown in the photo
The Personal Assistant Bot is an AI-powered virtual
assistant offering helpful responses to user
inquiries and tasks. It can handle text and voice messages,
utilizing Cloud-to-speech GCP API to convert speech to text.
This bot continuously parses data from news websites related to K-pop music 24/7,
and upon receiving news, it posts them on a Telegram channel
Instruction how to create Simple Slack bot. Example using Yandex Cloud
Instruction how to create Simple Telegram bot.
Example on aiogram framework using Yandex Cloud with Webhook
This article will walk you through deploying a web application with CI/CD on the Google Cloud Platform (GCP),
leveraging Kubernetes for application management and Cloud Build
for automated build and deployment processes.
An introductory guide to Apache Kafka, focusing on how to create and manage Producers and Consumers using Python.
This article includes practical examples and code snippets to help you set up and operate Kafka on your local
machine, simulate data streams, and handle real-time data processing efficiently.