# GPT4ALL-Tone Analyzer
A comprehensive tool for sentiment analysis and tone review, empowered by GPT4ALL.
## Installation
Use the following command to install `gpt4all-tone`:
```bash
pip install gpt4all-tone
```
or
```bash
pip3 install gpt4all-tone
```
## Usage
You can use the `ToneAnalyzer` class to perform sentiment analysis on a given text. Here's a basic example of how you might use the `ToneAnalyzer` class:
```python
from gpt4all_tone import ToneAnalyzer
# Create an instance of the ToneAnalyzer class
analyzer = ToneAnalyzer("orca-mini-3b.ggmlv3.q4_0.bin", "Wow it is great!")
# Run the analyzer
result = analyzer.run()
# Print the result
print(result) # 1.0
```
In this example, we're analyzing the text "Wow it is great!" and the result is `1.0`, indicating a positive sentiment.
## Command Line Interface
You can also use the `gpt4all-tone` command line interface to analyze text:
```bash
gpt4all_tone "Wow it is great!"
```
## Contact
- Author: [Evgenii Evstafev](https://www.linkedin.com/in/eugene-evstafev-716669181/)
- Email: [chigwel@gmail.com](mailto:chigwel@gmail.com)
## License
[MIT License](LICENSE)
Raw data
{
"_id": null,
"home_page": "https://github.com/chigwell/gpt4all-tone",
"name": "gpt4all-tone",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Evgenii Evstafev",
"author_email": "chigwel@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/38/2a/b8b3e7a359f8cabb91cc83503f32518cc2fce997946e77074994925c32f6/gpt4all-tone-0.23.tar.gz",
"platform": null,
"description": "# GPT4ALL-Tone Analyzer\n\nA comprehensive tool for sentiment analysis and tone review, empowered by GPT4ALL.\n\n## Installation\n\nUse the following command to install `gpt4all-tone`:\n\n```bash\npip install gpt4all-tone\n```\n\nor\n\n```bash\npip3 install gpt4all-tone\n```\n\n## Usage\n\nYou can use the `ToneAnalyzer` class to perform sentiment analysis on a given text. Here's a basic example of how you might use the `ToneAnalyzer` class:\n\n```python\nfrom gpt4all_tone import ToneAnalyzer\n\n# Create an instance of the ToneAnalyzer class\nanalyzer = ToneAnalyzer(\"orca-mini-3b.ggmlv3.q4_0.bin\", \"Wow it is great!\")\n\n# Run the analyzer\nresult = analyzer.run()\n\n# Print the result\nprint(result) # 1.0\n```\n\nIn this example, we're analyzing the text \"Wow it is great!\" and the result is `1.0`, indicating a positive sentiment.\n\n## Command Line Interface\n\nYou can also use the `gpt4all-tone` command line interface to analyze text:\n\n```bash\ngpt4all_tone \"Wow it is great!\"\n```\n\n## Contact\n\n- Author: [Evgenii Evstafev](https://www.linkedin.com/in/eugene-evstafev-716669181/)\n- Email: [chigwel@gmail.com](mailto:chigwel@gmail.com)\n\n## License\n\n[MIT License](LICENSE)\n",
"bugtrack_url": null,
"license": "",
"summary": "A comprehensive tool for sentiment analysis and tone review, empowered by GPT4ALL.",
"version": "0.23",
"project_urls": {
"Homepage": "https://github.com/chigwell/gpt4all-tone"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d13a7b210a0c9cf62e0eba8aa0547efd3a9e967c9b5407fae7fa56ae781c686f",
"md5": "807e67e62559847d8d3bdc310605db15",
"sha256": "12557ea991d209a3490c15c6dbd45c371d9b6606c63c2fc18f187436c4d6c3a6"
},
"downloads": -1,
"filename": "gpt4all_tone-0.23-py3-none-any.whl",
"has_sig": false,
"md5_digest": "807e67e62559847d8d3bdc310605db15",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5904,
"upload_time": "2023-10-02T19:23:26",
"upload_time_iso_8601": "2023-10-02T19:23:26.063553Z",
"url": "https://files.pythonhosted.org/packages/d1/3a/7b210a0c9cf62e0eba8aa0547efd3a9e967c9b5407fae7fa56ae781c686f/gpt4all_tone-0.23-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "382ab8b3e7a359f8cabb91cc83503f32518cc2fce997946e77074994925c32f6",
"md5": "c422535354c481910488bc05751c0a02",
"sha256": "7f8ab377a00456cbe0e2b94b4043b4a991f615abda89207b97b8c7339ce9c6ea"
},
"downloads": -1,
"filename": "gpt4all-tone-0.23.tar.gz",
"has_sig": false,
"md5_digest": "c422535354c481910488bc05751c0a02",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2890,
"upload_time": "2023-10-02T19:23:35",
"upload_time_iso_8601": "2023-10-02T19:23:35.573976Z",
"url": "https://files.pythonhosted.org/packages/38/2a/b8b3e7a359f8cabb91cc83503f32518cc2fce997946e77074994925c32f6/gpt4all-tone-0.23.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-02 19:23:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chigwell",
"github_project": "gpt4all-tone",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "gpt4all-tone"
}