Chat interface for Giants, a platform that clones the top 0.0001% of leaders. Get real advice from the greats such as Paul Graham and Napoleon!
We use Poetry for dependency management.
# Install Poetry
curl -sSL https://install.python-poetry.org | python3 -Or follow installation instructions from Poetry website.
It is recommended to use Python virtual environment, so you don't pollute your system Python environment.
# Install dependencies
poetry install# Update/upgrade dependencies
poetry update# Activate Python virtual environment
poetry shellCopy an existing environment template file and fill in all the necessary values:
# Create .env file (by copying from .env.example)
cp .env.example .envStart frontend by going to app and executing streamlit run main.py