Welcome to Health Trainer AI, your digital wellness mentor, born from the fusion of Pathway LLM and OpenAI. This groundbreaking app reshapes your health approach. It's personalized, intuitive, and always within reach. With Health Trainer AI, wellness transcends mere goals; it's a uniquely crafted journey, just for you.
See how the tool works:
- Create
.env
file in the root directory of the project, copy and paste the below config. Replace theOPENAI_API_TOKEN
configuration value with your key{OPENAI_API_KEY}
and replaceLOCAL_FOLDER_PATH
with a path where Data folder is located{REPLACE_WITH_FOLDER_PATH}
.
OPENAI_API_TOKEN={OPENAI_API_KEY}
EMBEDDER_LOCATOR=text-embedding-ada-002
EMBEDDING_DIMENSION=1536
MODEL_LOCATOR=gpt-3.5-turbo
MAX_TOKENS=200
TEMPERATURE=0.0
LOCAL_FOLDER_PATH={REPLACE_WITH_RELATIVE_PATH}
(Note: Put the data in the repository in local machine and add relative path to env. Also provide additional information to data folder.)
- From the project root folder, open your terminal and run
docker compose up
. - Navigate to
localhost:8501
on your browser when docker installion is successful.