Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 825 Bytes

File metadata and controls

32 lines (20 loc) · 825 Bytes

Moondream Python Quickstart

Get started with Moondream's vision AI in Python in minutes.

Setup

  1. Choose your deployment:

  2. Install dependencies:

    pip install -r requirements.txt
  3. Run Moondream Station locally or tweak the main.py or run on the cloud using an API key.

  4. Run the example to see Moondream in action!

    python main.py
  5. Try a full tutorial:

    Open the detect_cars.ipynb notebook in Jupyter and run all the cells to try caption, query, detect and point capabilities:

    jupyter notebook detect_cars.ipynb