Flobo is a Yoga Bot that can suggest Yoga flows based on user input. It's a personal research project to explore the intersection between classical Symbolic AI and modern Neural LLM-based approaches.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- ollama
- clips
- chromadb
- jupyter
- scrapy
- pytube
- numpy
- nltk
- imagemagick
- libheif
The best way to explore this is to run the Jupyter notebooks. demo.ipynb contains a chat demo and playground.ipynb is where development happens.
jupyter lab
Don't forget to clean the output from the .ipynb files before git commit! (clean.sh)
jupyter nbconvert --clear-output --inplace *.ipynb
Periodically push to destination git repository.
git push destination main