Spaces:
Runtime error
Runtime error
metadata
title: 5/3/1 Workout Program Assistant
emoji: 💪
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 8000
pinned: false
Book Assistant
A specialized AI assistant that helps you analyze and get insights from your books, particularly fitness books. It can:
- Create personalized workout plans
- Answer questions about book content
- Provide comprehensive book summaries
Features
- Workout Planning: Creates personalized workout plans based on fitness books
- Content Analysis: Answers specific questions about book content
- Book Summarization: Provides detailed summaries of books
Setup
- Upload your PDF book to the
data/uploadsdirectory - Ask questions like:
- "Create a workout plan based on this book"
- "What are the main exercises in this book?"
- "Summarize this book for me"
Environment Variables
Create a .env file with:
OPENAI_API_KEY=your_openai_api_key_here
Development
To run locally:
pip install -r requirements.txt
chainlit run app/chainlit/chainlit.py
License
MIT License