Skip to content

Cryptocurrency analysis based on news and user analysis

Notifications You must be signed in to change notification settings

amirho3inh/crypto-ai-analysis

Repository files navigation

Crypto Analysis 🚀

python version download size version size

just BINANCE crypto

Requirements

features requires the following to run:

Install

insall packages:

pip3 install requests
pip3 install openai
pip3 install streamlit
pip3 install python-dotenv
pip3 install huggingface_hub --upgrade
pip3 install -q -U google-generativeai

create .env file (copy .env.example file) and add OpenAi API key in .env file

Run

in dir open Terminal and run command:

streamlit run checker.py

Changing AIs

Open AI Code GPT:

from openai_client import OpenAIClient

prompt = "Hello"

openai_client = OpenAIClient()
response = openai_client.get_response(prompt)

Huggingface AI Code Qwen2.5-72B: 🤩FREE🆓

from Huggingface import HuggingfaceAIClient

prompt = "Hello"

huggingface_client = HuggingfaceAIClient()
translateResponse = huggingface_client.get_response(prompt)

Gemini AI Code gemini-1.5-flash: 🤩FREE🆓

from Gemini import GeminiAIClient

prompt = "Hello"

gemini_client = GeminiAIClient()
response = gemini_client.get_response(prompt)

Resources

License

MIT © AmirHossein Hashemi

About

Cryptocurrency analysis based on news and user analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages