Skip to content

suhas-arun/handemonium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phab Pharmacy
Overall Winning submission for IC Hack 24 - Best EdTech Solution sponsored by Marshall Wace
Dev Post Link

Try it yourself

Clone the repository then:

# Using the official GitHub CLI
$ gh repo clone suhas-arun/handemonium

# or using git
$ git clone https://github.com/suhas-arun/handemonium.git

Requirements

Add yourself to facial recognition

The backend currently uses a static 'student' database so you will need to add your headshot to ./backend/data/headshots and add your name and path to photo to ./backend/data/students.csv.

Then navigate to ./frontend/handemonium/src/GameState.ts and add your name to the GameStat users like: ['name', 0]

Run the web server locally

You can run our containerised web server locally by using our 'dev' docker-compose.yml or using node.js and python locally (required libraries are stored with requirements.txt).

cd dev/ \
docker-compose up --build -d

or

cd backend 
uvicorn main:app
cd ..
cd frontend 
npm run build
npm run start

Then navigate to http://localhost:3000

Considerations

Our image analysis is computationally expensive and runs best on a GPU. It will run on a CPU but quite slowly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages