Get started with Moondream's vision AI in Python in minutes.
-
Choose your deployment:
- Local: Install Moondream Station
- Cloud: Get an API key from Moondream Cloud
-
Install dependencies:
pip install -r requirements.txt
-
Run Moondream Station locally or tweak the main.py or run on the cloud using an API key.
-
Run the example to see Moondream in action!
python main.py
-
Try a full tutorial:
Open the
detect_cars.ipynbnotebook in Jupyter and run all the cells to try caption, query, detect and point capabilities:jupyter notebook detect_cars.ipynb