Nearly Nameless Nick is an API aimed at removing unconscious bias that may exist in your organisation when hiring new employees. It helps at different stages of the hiring process:
- CV screening
- Interviewer selection
- Hiring decision
- Clone this repository
- Set up your virtual environment with conda
- Install from
pip install -r requirements.txt
- Activate your virtual environment from the terminal
- Type
python
to open console and then do
import nltk
nltk.download("stopwords")
nltk.download('punkt')
- Navigate to root of project
$ cd app/app
- Execute with environment
python __init__.py
- Check root endpoint for full Swagger documentation
Clone this repository and apply your changes, then open a pull request for approval.
validators
store any request validatorsapi
stores the classes of objects to be created (POST) and responded (GET) etcroutes
handles the endpoints of the APIschemas
handles the response objectstemplates
handles all html pages of this app