Skip to main content

No project description provided

Project description

PyPI version License: MIT Downloads LinkedIn

etoile_insights

etoile_insights is a Python package developed to analyze and generate structured insights into a person's interests, psychological traits, and professional potentials using advanced natural language processing models. This package is part of the Mistral Étoile project suite and is designed to support careers advisors, psychologists, and educational professionals in understanding and guiding individuals based on textual data analysis.

Installation

To install etoile_insights, use pip:

pip install etoile_insights

Usage

The package provides three main functions: get_interests, get_psychological_insights, and get_professional_potentials. These functions analyze text data and output structured insights.

Setting Up the Model

from langchain_mistralai import ChatMistralAI

MISTRAL_LARGE_LATEST = "mistral-large-latest"

llm = ChatMistralAI(
    model=MISTRAL_LARGE_LATEST,
    temperature=0,
    max_retries=2,
)

Generating Insights

Interests

texts = ["Text data that might reveal interests..."]
interests = get_interests(llm, texts, verbose=True)
print(interests)

Psychological Insights

texts = ["Text data relevant to psychological analysis..."]
psych_insights = get_psychological_insights(llm, texts, verbose=True)
print(psych_insights)

Professional Potentials

texts = ["Text data that might indicate professional potentials..."]
prof_potentials = get_professional_potentials(llm, texts, verbose=True)
print(prof_potentials)

These functions use text data to predict structured insights, which can be valuable in various professional contexts, from education to career planning.

Features

  • Analyzes textual data to generate structured insights into interests, psychological traits, and professional potentials.
  • Utilizes state-of-the-art language models to provide accurate and meaningful interpretations.
  • Provides outputs in a structured format that is easy to integrate into professional reports or systems.

Contributing

Contributions, issues, and feature requests are welcome! Please feel free to check the issues page.

License

etoile_insights is licensed under the MIT License.

Acknowledgements

This package was developed by Evgenii (Eugene) Evstafev as part of the innovative tools offered by the Mistral Étoile project, aiming to provide deep insights into human behavior and potential through text analysis.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

etoile_insights-2025.5.160702.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

etoile_insights-2025.5.160702-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file etoile_insights-2025.5.160702.tar.gz.

File metadata

  • Download URL: etoile_insights-2025.5.160702.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.11

File hashes

Hashes for etoile_insights-2025.5.160702.tar.gz
Algorithm Hash digest
SHA256 a03c53367902e1f91135e4d2c1c06e1ddcf1def51f721bce77557301312f6c30
MD5 55e8033592339c0f60ae4dcd3a9e0656
BLAKE2b-256 0b20dc33b5970ea5bcc1261a9c90a706841ae25cd0ec2c6b90f212c519b405ff

See more details on using hashes here.

File details

Details for the file etoile_insights-2025.5.160702-py3-none-any.whl.

File metadata

File hashes

Hashes for etoile_insights-2025.5.160702-py3-none-any.whl
Algorithm Hash digest
SHA256 0383fe75d4a91a9e77787c006ede7aec3456b2f27917fcd5cd3f54915484f858
MD5 38ba6038cc940ca2529b595e1a11bea2
BLAKE2b-256 982851f61293b46cdf5427658f5f046cb2f94d16e9e8b41b4ec329b7fbbe6463

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page