Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 408 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 408 Bytes

comma-chameleons

Hackathon 2023

  1. clone this repo

  2. either install python 3.11.4+ or pip install update python

  3. in the local folder run:

    python -m venv env/ source env/bin/activate (macOs and Linux)
    pip install -r requirements.txt
    add your OPEN_API_KEY and/or WATSONX_KEY AND project_id to updateme.key.ini and save as key.ini

  4. To run in debug mode
    gradio app.py