Name | etoile-insights JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2024-10-06 04:13:51 |
maintainer | None |
docs_url | None |
author | Eugene Evstafev |
requires_python | >=3.6 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://badge.fury.io/py/etoile_insights)
[](https://opensource.org/licenses/MIT)
[](https://pepy.tech/project/etoile_insights)
# 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:
```bash
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
```python
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
```python
texts = ["Text data that might reveal interests..."]
interests = get_interests(llm, texts, verbose=True)
print(interests)
```
#### Psychological Insights
```python
texts = ["Text data relevant to psychological analysis..."]
psych_insights = get_psychological_insights(llm, texts, verbose=True)
print(psych_insights)
```
#### Professional Potentials
```python
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](https://github.com/chigwell/etoile_insights/issues).
## License
`etoile_insights` is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).
## Acknowledgements
This package was developed by [Evgenii (Eugene) Evstafev](https://www.linkedin.com/in/eugene-evstafev-716669181/) 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.
Raw data
{
"_id": null,
"home_page": null,
"name": "etoile-insights",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Eugene Evstafev",
"author_email": "chigwel@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/98/06/2c7ca0db3a94514fdbca027c77c36b7053e2a4e9387ecca451a49c5025dc/etoile_insights-0.0.1.tar.gz",
"platform": null,
"description": "[](https://badge.fury.io/py/etoile_insights)\n[](https://opensource.org/licenses/MIT)\n[](https://pepy.tech/project/etoile_insights)\n\n# etoile_insights\n\n`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 \u00c9toile project suite and is designed to support careers advisors, psychologists, and educational professionals in understanding and guiding individuals based on textual data analysis.\n\n## Installation\n\nTo install `etoile_insights`, use pip:\n\n```bash\npip install etoile_insights\n```\n\n## Usage\n\nThe package provides three main functions: `get_interests`, `get_psychological_insights`, and `get_professional_potentials`. These functions analyze text data and output structured insights.\n\n### Setting Up the Model\n\n```python\nfrom langchain_mistralai import ChatMistralAI\n\nMISTRAL_LARGE_LATEST = \"mistral-large-latest\"\n\nllm = ChatMistralAI(\n model=MISTRAL_LARGE_LATEST,\n temperature=0,\n max_retries=2,\n)\n```\n\n### Generating Insights\n\n#### Interests\n\n```python\ntexts = [\"Text data that might reveal interests...\"]\ninterests = get_interests(llm, texts, verbose=True)\nprint(interests)\n```\n\n#### Psychological Insights\n\n```python\ntexts = [\"Text data relevant to psychological analysis...\"]\npsych_insights = get_psychological_insights(llm, texts, verbose=True)\nprint(psych_insights)\n```\n\n#### Professional Potentials\n\n```python\ntexts = [\"Text data that might indicate professional potentials...\"]\nprof_potentials = get_professional_potentials(llm, texts, verbose=True)\nprint(prof_potentials)\n```\n\nThese functions use text data to predict structured insights, which can be valuable in various professional contexts, from education to career planning.\n\n## Features\n\n- Analyzes textual data to generate structured insights into interests, psychological traits, and professional potentials.\n- Utilizes state-of-the-art language models to provide accurate and meaningful interpretations.\n- Provides outputs in a structured format that is easy to integrate into professional reports or systems.\n\n## Contributing\n\nContributions, issues, and feature requests are welcome! Please feel free to check the [issues page](https://github.com/chigwell/etoile_insights/issues).\n\n## License\n\n`etoile_insights` is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).\n\n## Acknowledgements\n\nThis package was developed by [Evgenii (Eugene) Evstafev](https://www.linkedin.com/in/eugene-evstafev-716669181/) as part of the innovative tools offered by the Mistral \u00c9toile project, aiming to provide deep insights into human behavior and potential through text analysis.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": null,
"version": "0.0.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a5ca06003dd445bf2188ae516f4c84a7b9ddf3780bcb24f6915567757cd34aa3",
"md5": "772c2c618f38f29ae5f8bb00631fd241",
"sha256": "2027a65acb67f7e2233b3b0f01c0a4145e1cc59269c6f66ca3a11c2f8ec6188e"
},
"downloads": -1,
"filename": "etoile_insights-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "772c2c618f38f29ae5f8bb00631fd241",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4394,
"upload_time": "2024-10-06T04:13:49",
"upload_time_iso_8601": "2024-10-06T04:13:49.258890Z",
"url": "https://files.pythonhosted.org/packages/a5/ca/06003dd445bf2188ae516f4c84a7b9ddf3780bcb24f6915567757cd34aa3/etoile_insights-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "98062c7ca0db3a94514fdbca027c77c36b7053e2a4e9387ecca451a49c5025dc",
"md5": "08d189bf648f188f19c30dddaeed8d78",
"sha256": "cea3c51f635e6c9ca1e1750a8b1500a48f9beef913d1c092cc5415798569c7b4"
},
"downloads": -1,
"filename": "etoile_insights-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "08d189bf648f188f19c30dddaeed8d78",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3892,
"upload_time": "2024-10-06T04:13:51",
"upload_time_iso_8601": "2024-10-06T04:13:51.027325Z",
"url": "https://files.pythonhosted.org/packages/98/06/2c7ca0db3a94514fdbca027c77c36b7053e2a4e9387ecca451a49c5025dc/etoile_insights-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-06 04:13:51",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "etoile-insights"
}