Building ChatGPT-like Chatbots With Customized Knowledge for Your Websites With Very Simple Programming

I’ve been building chatbots powered by GPT-3, that allow you to insert ChatGPT-like interfaces in any website by using simply a PHP library plus some HTML and JavaScript.

Here my main articles on this:

  • The most advanced prototype, with a nice GUI and a simple way to inject your custom information for the bot to use when replying questions –HERE
  • Prototype that can check Wikipedia in order to answer the questions –HERE
  • First prototype HERE
Continue Reading

Reading and writing data to the Ethereum blockchain is very easy -see how in these two new articles

Two articles to learn about cryptostuff, blockchains, web3.0, and programming, all at the same time:

First, how to write data (disclaimer: you’ll need to spend some money as Ethereum):

Article 1: How to easily post data in the Ethereum blockchain network forever -with no programming

And then an article on how to read data (no need to spend money for this):

Article 2: Read Public Messages from the Ethereum Network with Simple Web Programming

Continue Reading

A full web app to analyze historical cryptocurrency data -you can even compare coins

Let me share with you these new Medium blog entries describing my latest web app for cryptocurrency data display and analysis. Even with free test accounts:

Story 1:

https://medium.com/coinmonks/visualize-and-analyze-cryptocurrencies-in-full-detail-29441079a395

Story 2:

https://medium.com/technology-hits/a-web-tool-to-view-and-analyze-cryptocurrency-data-in-full-detail-free-access-in-this-article-73e4c1dea911

Continue Reading

Two articles on how to easily retrieve historical crypto data with minimal web programming

Articles describing how to obtain historical and real-time crypto data from two data providers using their free APIs and very simple web programming.

Obtaining historical and real-time crypto data with very simple web programming
Obtain Unlimited Historical Crypto Data through Simple Web Code -no API Keys

Continue Reading