The Fitness Goal Assistant App is a Flask-based web application that helps users with their fitness goals by providing personalized fitness tips. Users can input their fitness goals and select a language model to generate tips based on their input.
Before you begin, ensure you have the following:
- Python 3.6 or higher installed
- API keys for the language models you want to use:
-
Clone this repository:
git clone https://github.com/your-username/fitness-goal-assistant.git cd fitness-goal-assistant -
Install litellm
pip install Flask litellm==0.1.1