Skip to content

Seneca-AG/aishe

Repository files navigation

logo

AISHE Artificial Intelligence System Home Edition (Client API for AISHE)

AISHE is an artificial intelligence system for private use. It is an independent trading client that can detect and combine neural states at any broker of your choice. Through reflection skills, it can generate experience databases to trade independently. The purpose of AISHE is to use the skills of an artificial companion in daily stock market trading. The AISHE client is designed for Windows 10/11 with MS Office and Google Cloud as a frontend client.

Requirements

To use AISHE, your system must meet the following requirements:

  • Processor: Intel® i5/i7 or AMD processor; 2.8GHz or faster
  • Operating system: Windows 10 (32-bit or 64-bit), Windows 11 (64-bit).
  • RAM: 8GB RAM
  • Hard disk space: 0.5 GB free hard disk space
  • Monitor resolution: 1024 x 768 px screen resolution
  • Browsers: Chrome.
  • Graphics card: Graphics hardware acceleration (optional)
  • Installed Windows update 2919355 , MS-Office 2016/2019, Google Drive and time zone is on UTC+1 and language packages English and German.

Communication

Please join our mailing list to discuss questions regarding the project: https://groups.google.com/g/artificial-intelligence-system

Local Installation Development

To install and develop AISHE locally, follow these steps:

  1. Create a Python virtual environment:
    python3 -m venv aishtrade
    
  2. Activate the environment:
    source aishtrade/bin/activate
    
  3. Install required packages:
    pip install numpy
    pip install python-dotenv
    pip3 install xlrd
    pip install requests
    pip install psycopg2
    pip install psycopg2-binary
    

Note: If you want to contribute, first fork the original repository and clone the forked repository into your local machine, then navigate into the directory.

Samples:

AISHE Highway Client

Check out these live forecast desk samples:

Installation of Windows Client for practice and use

To install and use the AISHE Windows client:

  • You need the AISHE "Assistent.exe" for Windows MS-Office.
  • See Requirements for additional details.

About

Artificial Intelligence System Home Edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published