Giter Club home page Giter Club logo

personalityanalyzer's Introduction

PersonalityAnalyzer

Project Status version GitHub Issues Contributions welcome License

Myers–Briggs Type Personality Analyzer AI. It can guess your Myers–Briggs Type by just a few line of text you wrote.

Prerequisites

Dependencies (see requirements.txt).

Usage

To try out the guessing ability of this AI, you need to run:

$ pip install -r requirements.txt
$ python .

Authors

License

Copyright © Martin Kondor 2021

This repository is licensed under the BSD 3-Clause license.

personalityanalyzer's People

Contributors

martinkondor avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

vaginessa

personalityanalyzer's Issues

KeyError: 0 when running __main__.py

When running python . in the main directory, I get this error:

WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.summary API due to missing TensorBoard installation.
Traceback (most recent call last):
  File "/Users/martinkondor/miniforge3/envs/tf24/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/Users/martinkondor/miniforge3/envs/tf24/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "./__main__.py", line 43, in <module>
    predictor = MBType()
  File "./__main__.py", line 13, in __init__
    self.vectorizer = load_prep('trained/vectorizer.pkl')
  File "/Users/martinkondor/miniforge3/envs/tf24/lib/python3.8/site-packages/joblib/numpy_pickle.py", line 585, in load
    obj = _unpickle(fobj, filename, mmap_mode)
  File "/Users/martinkondor/miniforge3/envs/tf24/lib/python3.8/site-packages/joblib/numpy_pickle.py", line 504, in _unpickle
    obj = unpickler.load()
  File "/Users/martinkondor/miniforge3/envs/tf24/lib/python3.8/pickle.py", line 1210, in load
    dispatch[key[0]](self)
KeyError: 0
Loading the model...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.