Skip to content

Aiven-Labs/GPT-persona-classifier-py

 
 

Repository files navigation

GPT-persona-classifier-py

This project allows you to classify a dataset of contacts into personas based on their job-title.

Dependencies

This project runs as a command line tool (CLI) TBD using Python and the Vertex AI.

Usage

Run the command from the command line:

python persona_classifier.py <PATH_TO_CSV_FILE> --personas <PATH_TO_PERSONAS_JSON_FILE> --output_path <FILE_PATH OR SQL_ENDPOINT_URI>

The data returned is the same as the input with the additional column persona appended to the end.

Supported output types

  • CSV

Roadmap

  • support for SQL endpoints
  • support for JSON output
  • support for Excel output
  • support for plot output
  • support for opensearch output
  • support for redis-protocol output

Contribution

Contributions are welcome. Please review our contribution guidelines.

About

Persona classifier ported to Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%