Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,37 @@ pinned: false
license: cc-by-nc-nd-4.0
---

# Description

This is an assignation application that allows user to generate assignation for EthCC volunteers.

# Setup

Create a virtual environement and activates it

`$> python -m venv venv && source venv/bin/activate`

Install dependencies using pip

`$(venv)> pip install -r requirements.txt`

# Usages


## Environment variables

- TEAMS
TBD

- ORGANIZATION
TBD

- SERVICES
TBD

- VOLUNTEERS
TBD

## Tuning

See config/inference.py
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-dotenv
pandas
numpy
request
requests