MihaiMogos / AIQHack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AIQHack

Backend

pip3 install -r requirements

python3 exampleApi.py

http://localhost:5000/attrition

{ "age":"55", "education":"3", "jobLevel":"5", "numCompaniesWorked":"5", "trainingTimesLastYear":"2", "yearsAtCompany":"5", "yearsSinceLastPromotion":"1", "distanceFromHome":"2", "monthlyIncome":"3", "totalWorkingYears":"24" }

FrontEnd

npm install

npm start

http://localhost:3000/

About


Languages

Language:HTML 32.4%Language:Python 30.5%Language:CSS 21.2%Language:JavaScript 15.9%