Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 476 Bytes

personality-classifier

This project started as a practice for building a natural language processing model to predict Myers Briggs types based on text input. Eventually it became more of a practice for working with FastAPI and Docker.

Requirements

  • Docker
  • Python 3.8
  • pipenv

Commands

All commands can be found in the Makefile.

update requirements file: make requirements.txt

serve the app: make serve

run the tests: make test

run linting: make lint