Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

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!

Install Poetry

We use Poetry for dependency management.

# Install Poetry
curl -sSL https://install.python-poetry.org | python3 -

Or follow installation instructions from Poetry website.

Setup Virtual Environment

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 shell

Environment Variables

Copy an existing environment template file and fill in all the necessary values:

# Create .env file (by copying from .env.example)
cp .env.example .env

Launching Frontend

Start frontend by going to app and executing streamlit run main.py

About

Chat interface for Giants

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages