Note: The project is in very initial stages and will change drastically in the near future. Things may break.
A simple integration of Segment Anything Model, Molmo, and, Whisper to segment objects using voice and natural language.
Capabilities:
Run the Gradio demo using:
python app.py
https://github.com/user-attachments/assets/66a0620e-ede3-4018-8ee7-f261790747cb
git clone https://github.com/sovit-123/SAM_Molmo_Whisper.git
cd SAM_Molmo_Whisper
Install Pytorch, Hugging Face Transformers, and the rest of the base requirements.
pip install -r requirements.txt
It is highly recommended to clone SAM2 to a separate directory other than this project directory and run the installation commands.
git clone https://github.com/facebookresearch/sam2.git && cd sam2
pip install -e .
After installing the requirements install SpaCy's en_core_web_sm model.
spacy download en_core_web_sm
python app.py
61 commits
Jupyter Notebook
99.6%
Note: The project is in very initial stages and will change drastically in the near future. Things may break.
A simple integration of Segment Anything Model, Molmo, and, Whisper to segment objects using voice and natural language.
Capabilities:
Run the Gradio demo using:
python app.py
https://github.com/user-attachments/assets/66a0620e-ede3-4018-8ee7-f261790747cb
git clone https://github.com/sovit-123/SAM_Molmo_Whisper.git
cd SAM_Molmo_Whisper
Install Pytorch, Hugging Face Transformers, and the rest of the base requirements.
pip install -r requirements.txt
It is highly recommended to clone SAM2 to a separate directory other than this project directory and run the installation commands.
git clone https://github.com/facebookresearch/sam2.git && cd sam2
pip install -e .
After installing the requirements install SpaCy's en_core_web_sm model.
spacy download en_core_web_sm
python app.py
61 commits
Jupyter Notebook
99.6%