A Streamlit application that uses AI agents to analyze blockchain-related content.
- Fork this repository
- Add your OpenAI API key to Streamlit Cloud secrets:
- Go to your app settings in Streamlit Cloud
- Add
OPENAI_API_KEY
to the secrets
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run src/app.py