A lightweight implementation of LLaVA (Large Language and Vision Assistant) optimized for Hugging Face Spaces deployment.
git clone https://github.com/Prashant-ambati/llava-implementation.git
cd llava-implementation
pip install -r requirements.txt
python llava-chat/app.py
The implementation includes several memory optimization techniques:
POST /process_image: Process an image with a promptGET /status: Check model and application statusThis project is licensed under the MIT License - see the LICENSE file for details.
24 commits
A lightweight implementation of LLaVA (Large Language and Vision Assistant) optimized for Hugging Face Spaces deployment.
git clone https://github.com/Prashant-ambati/llava-implementation.git
cd llava-implementation
pip install -r requirements.txt
python llava-chat/app.py
The implementation includes several memory optimization techniques:
POST /process_image: Process an image with a promptGET /status: Check model and application statusThis project is licensed under the MIT License - see the LICENSE file for details.
24 commits