Skip to content

HEALTH TRAINER AI is developed with pathway llm and OpenAI.

Notifications You must be signed in to change notification settings

bestin015/HEALTH-TRAINER-AI

Repository files navigation

Health Trainer AI

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.

Demo

See how the tool works:

Health trainer ai demo

How to run the tool

Run with Docker

  1. Create .env file in the root directory of the project, copy and paste the below config. Replace the OPENAI_API_TOKEN configuration value with your key {OPENAI_API_KEY} and replace LOCAL_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.)

  1. From the project root folder, open your terminal and run docker compose up.
  2. Navigate to localhost:8501 on your browser when docker installion is successful.

About

HEALTH TRAINER AI is developed with pathway llm and OpenAI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published