/GeoLLM

GeoLLM

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

GeoLLM

Demo of ReAct pseudo geospatial logic with Ollama.

Create Conda Env

conda deactivate
conda remove --yes --all --name geollm
git clone https://github.com/mraad/GeoLLM.git
cd GeoLLM
conda env create
conda activate geollm

Ollama

Download and start ollama:

ollama server

Pull mistral model:

ollama pull mistral

Start jupyter lab:

jupyter lab

References: