Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 457 Bytes

Blockchain Research AI

A Streamlit application that uses AI agents to analyze blockchain-related content.

Setup

  1. Fork this repository
  2. Add your OpenAI API key to Streamlit Cloud secrets:
    • Go to your app settings in Streamlit Cloud
    • Add OPENAI_API_KEY to the secrets

Running Locally

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the application:

    streamlit run src/app.py