logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install virattt/ai-hedge-fund. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

virattt/ai-hedge-fund Installation Guide

How to install virattt/ai-hedge-fund. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for virattt/ai-hedge-fund. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i virattt/ai-hedge-fund
or

Install via npx

npx @hexmos/ipm i virattt/ai-hedge-fund

Prerequisites

Python

language

Version: 3.8.10 or later

Poetry

package_manager

Version: 1.0.2

Git

system_tool

Version: 2.36.1

Docker

system_tool

Version: 20.10.1

OpenAI API Key

service

Financial Datasets API Key

service

LLM API Keys (GPT-4, GPT-4o, etc.)

service

AWS Account Access

knowledge

GitHub Account

knowledge

Terminal

system_tool

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Command Line Interface

git clone https://github.com/virattt/ai-hedge-fund.git

cd ai-hedge-fund

cp .env.example .env

echo 'FINANCIAL_DATASETS_API_KEY=your-financial-datasets-api-key' >> .env

poetry install

Web Application

poetry run python src/main.py --ticker AAPL,MSFT,NVDA

poetry run python src/backtester.py --ticker AAPL,MSFT,NVDA

Post Installation Steps

  • Start the server using `python src/server.py`.
  • Run database migrations with `python manage.py migrate`.