This project allows you to classify a dataset of contacts into personas based on their job-title.
This project runs as a command line tool (CLI) TBD using Python and the Vertex AI.
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.
- CSV
- 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
Contributions are welcome. Please review our contribution guidelines.