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-fundor
Install via npx
npx @hexmos/ipm i virattt/ai-hedge-fundPrerequisites
Python
languageVersion: 3.8.10 or later
Poetry
package_managerVersion: 1.0.2
Git
system_toolVersion: 2.36.1
Docker
system_toolVersion: 20.10.1
OpenAI API Key
serviceFinancial Datasets API Key
serviceLLM API Keys (GPT-4, GPT-4o, etc.)
serviceAWS Account Access
knowledgeGitHub Account
knowledgeTerminal
system_toolManual 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 installWeb Application
poetry run python src/main.py --ticker AAPL,MSFT,NVDA
poetry run python src/backtester.py --ticker AAPL,MSFT,NVDAPost Installation Steps
- Start the server using `python src/server.py`.
- Run database migrations with `python manage.py migrate`.
