Skip to content

Thierry-git/deck-dropout-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack:

  • Python with httpx for HTTP requests
  • PIL for local image analysis

Setup

1) Create a virtualenv

python -m venv .venv
source .venv/bin/activate

2) Install dependencies

pip install -r requirements.txt

3) Configure environment variables

Create a .env file (it is gitignored) based on .env.example:

cp .env.example .env

Then set:

  • PORTAL_USERNAME and PORTAL_PASSWORD - your portal credentials
  • API_URL - the backend API URL (already defaults to the challenge portal)

Usage

python main.py

Notes

  • secrets/ is gitignored.

About

ConUHacks26: Deck Dropout Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages