Skip to content

AndreSlavescu/Google-AI-Hackathon

Repository files navigation

Google-AI-Hackathon

Setup

Install Dependencies

pipenv shell
pipenv install
curl https://sdk.cloud.google.com | bash
exec -l $SHELL

# install bun >= 1.0.21 for ollama dependency
curl -fsSL https://bun.sh/install | bash

# support latest GCP AI platform
pip install --upgrade google-cloud-aiplatform

Setup Marqo

Assuming you have Docker installed:

docker pull marqoai/marqo:latest
docker rm -f marqo
docker run --name marqo -it -p 8882:8882 marqoai/marqo:latest
python setup_marqo.py

Build Open Web UI

chmod +x ollama-reqs.sh
./ollama-reqs

Run Open Web UI

Initialize Google Cloud API

gcloud init
gcloud auth application-default login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •