Skip to content

nibbleai/spice-demo-la-fourchette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New York City Taxi and Limousine Commission (TLC) trip demo project

How to run the demo

⚠️ You need Python >= 3.8

  1. Create a virtual env, and activate

    python -m venv .venv
    source .venv/bin/activate
  2. Install project and dependencies

    # 'EXTRA_INDEX_URL' will be provided.
    python -m pip install -r requirements.txt --extra-index-url=${EXTRA_INDEX_URL}
    python -m pip install -e .
  3. Initialize spice store (Needs to be done only once)

    spice store init
    
  4. Run the demo

    python -m src.main
  5. Check the UI

    spice ui

About

Demo for La Fourchette

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages