Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 474 Bytes

File metadata and controls

23 lines (17 loc) · 474 Bytes

Notes

TODOs

  • remove 'texture' label
  • add 'pattern shape' label
  • drop password
  • add lab
  • add 'odd one out' leaderboard
    • per user/lab
    • per challenge
  • add 'detect ai' leaderboard
  • swap login and creat account tabs
  • add comparison task
    • bounding boxes for comparison and ai eval

free port

lsof -i :8888 | grep python | awk 'NR==1 {print $2}' | xargs kill -9 && streamlit run app.py --server.port 8888