Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.65 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.65 KB

Resume Screening Flask

Aplikasi screening resume dengan menghitung skor pada setiap bidang informatika berdasarkan skill atau kemampuan yang terpindai pada resume. Dibagun menggunakan bahasa pemrograman Python dengan framework web application Flask.

Requirements

  • Python 3.7 or later.

Installation

$ cd resume-screening-flask
$ python3 -m venv venv  
$ source ./venv/bin/activate  
$ pip install -r requirements.txt  
$ flask run

Layout Index

image

Upload File

image

Result Visualization

image

Lets Contribute to this Repository