Metadata-Version: 2.1
Name: cy_ai_trainer
Version: 0.0.2
Summary: A Helper tool that helps train the ai model in cyllo
Home-page: https://github.com/CybroOdooDev/SmartDashboard/tree/cy_package/cy_ai_trainer
Author: Cybrosys Technologies Pvt. Ltd.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: psycopg2-binary>=2.8.0
Requires-Dist: vanna==0.0.30
Requires-Dist: rq==1.16.0
Requires-Dist: psutil
Requires-Dist: cryptography>=3.4.8
Requires-Dist: requests

This is a Helper tool that helps train the ai model in cyllo without making the server busy
Need to install redis-server

Steps
-----
~Make sure to run this command
>sudo apt install redis-server

Optional
--------
Run these commands in another venv to get the rq dashboard
>pip install rq-dashboard

>rq-dashboard


Change Log
==========

0.0.2 (22/03/2024)
__________________
- Bug Fix -- the worker is not starting
