This repo contains an example of structured data extraction using a multimodal LLM, and its visualization with a simple D3.js code.
git clone git@github.com:recursiveai/sust_hackathon_2024.git
Install all of the dependencies
npm install
Setup a python venv and install the requirements, load your GEMINI_KEY from the .env file and run
pip install -r requirements.txt
source .venv/bin/activate
source .env
python process_data.py data/table.png data/forest.json
Start a simple server and see the result in localhost:5713
npm run dev
npm run test
This will start a watch on all of your files and rerun tests that on the affected codepath.