GitHub - readmecode/wallstr: WallStr.Chat is an AI research assistant for investment bankers, hedge funds, and PE firms, enabling parallel chat with dozens of PDFs, with every AI-driven insight sourced and linked to its original page.

Installation

  1. Install pnpm
  2. Install poetry
  3. Install dependencies
    pnpm install
    poetry install -C packages/backend

Running locally

  1. Backend, check backend/README.md for more information

    pnpm docker-compose
    
    pnpm backend:dev
    pnpm backend:worker -p 1
    pnpm backend:worker:heavy -p 1
  2. Frontend (setup packages/frontend/.env file first)

  3. Open http://localhost:3000