Skip to content

cgundy/personality-classifier

Repository files navigation

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

About

Api to predict personality type based on text input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published