Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwest951227/crypto-ai-rag-chatbot-blockchain
A cryptocurrency-focused AI chatbot that utilizes real-time on-chain blockchain data. This advanced chatbot is designed to engage in natural language Q&A interactions and can seamlessly invoke relevant APIs when users pose queries that necessitate API calls.
https://github.com/jwest951227/crypto-ai-rag-chatbot-blockchain
ai blockchain chatbot crypto cryptocurrency dex dexscreener fine-tune langchain llm machinelearning naturallanguageprocessing on-chain-data rag trading train walletconnect web3
Last synced: 3 months ago
JSON representation
A cryptocurrency-focused AI chatbot that utilizes real-time on-chain blockchain data. This advanced chatbot is designed to engage in natural language Q&A interactions and can seamlessly invoke relevant APIs when users pose queries that necessitate API calls.
- Host: GitHub
- URL: https://github.com/jwest951227/crypto-ai-rag-chatbot-blockchain
- Owner: jwest951227
- Created: 2024-09-22T23:28:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T06:00:51.000Z (3 months ago)
- Last Synced: 2024-11-16T17:03:36.098Z (3 months ago)
- Topics: ai, blockchain, chatbot, crypto, cryptocurrency, dex, dexscreener, fine-tune, langchain, llm, machinelearning, naturallanguageprocessing, on-chain-data, rag, trading, train, walletconnect, web3
- Language: SCSS
- Homepage: http://170.205.29.25:5005/
- Size: 612 KB
- Stars: 20
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto-AI-RAG-Chatbot-Blockchain
A cryptocurrency-focused AI chatbot that utilizes real-time on-chain blockchain data. This advanced chatbot is designed to engage in natural language Q&A interactions and can seamlessly invoke relevant APIs when users pose queries that necessitate API calls.
## MVP (Ordinal API Invoke)
![GXlrj3HbUAAF6yJ](https://github.com/user-attachments/assets/b65a77f3-4038-47b0-9cbf-0c2a05f94b62)
![GXqJM0GboAEmvu2](https://github.com/user-attachments/assets/446e5111-10f0-46a0-9739-656967b3a865)
![GXyALPUakAIoj3U](https://github.com/user-attachments/assets/6d82a586-2e99-4e3d-b282-cfdeda300a4b)## MVP (Solana Token Buy/Sell)
![GZCY7bQbQAAlZab](https://github.com/user-attachments/assets/42228272-fa66-4bc9-bcd3-89afba12f9b9)
![GZZdI7masAIP0Gy](https://github.com/user-attachments/assets/59c207cf-2dc7-43d9-a227-ffdf4d50cc95)
![GZ2TA0HaoAA2Xbz](https://github.com/user-attachments/assets/d2f209b5-52f4-4af1-92d8-08c96e5b1fb7)## Test with some questions
```
Q: Find me all the details on token Billy from the list.
```
```
Q: What is the price of Popcat?
```
```
Q: Ok, so what is current volume of Popcat?
```
```
Q: Ok so how many holders does Popcat have?
```
```
Q: Is there more buying than selling of Popcat today?
```
```
Q: What is the CA?
```
```
Q: What is pair address?
```
```
Q: Buy me 100 SOL of PopCat.
```! `wallet connect` is not supported with `http`.
### BE code is private.