Installation Guide
__, __, __
( _/_ ( ( / /
`. _ / , , ,_ `. /--/
(___)(/_(__(_/__/|_)_o(___)/ /_
/|
(/
iit delhi hackathon
resume ranking thru ai
. (last commit)
├─ model/ 2025-03-15T17:06:09Z
├─ ui/ 2025-03-15T18:51:05Z
├─ launch.sh
└─ setup.sh
by: @horrifyingHorse(& others)
Important
This project is only for Linux system
Build & execute this hackathon project with just a couple of commands:
wget def3r.github.io/hackathons/setup.sh
chmod +x setup.sh
./setup.sh
./launch.shDone! once, the launch.sh starts executing, visit: localhost:3000 to access the Web App
The model endpoints are exposed @localhost:8000
Tip
setup.sh supports multiple flags for customization.
Run ./setup.sh --help to see all available options.
Warning
Never trust any random script online and run it blindly, always check what the script does.
To check setup.sh, try: curl -L def3r.github.io/hackathons/setup.sh | less