GithubHelp home page GithubHelp logo

fujitahisami / coinai Goto Github PK

View Code? Open in Web Editor NEW

This project forked from techbanca/coinai

0.0 0.0 0.0 315 KB

Seed applications based on AI for digital currency quantitative analysis, medium-term forecast and asset allocation for the secondary market of the BANCA community

Shell 1.51% Python 98.49%

coinai's Introduction

coinai

coinai is a set of seed applications based on AI for digital currency quantitative analysis, medium-term forecast, and asset allocation for the secondary market of the BANCA community.

Clients can use CoinAI to conduct in-depth analysis of digital tokens and compare the investment value and risk of different currencies. They can also obtain the prediction for the future trend of tokens based on artificial intelligence and big data smart beta market timing models. According to your own risk assessment, you are one click away from building the optimum portfolio.

Based on the dynamic management of the optimized portfolio on token fund and outstanding old backtesting performance, the return is far higher than that of Bitcoin, while the risk is far below.

Install the project of coinai running environment:

  1. install gcc , gcc-c++ ...

$ yum install gcc zlib zlib-devel python-devel libffi-devel openssl openssl-devel

$ yum install gcc-c++

  1. install python3.6

$ mkdir -p /usr/local/python3

$ tar -zxvf Python-3.6.1.tgz

$ cd Python-3.6.1

$ ./configure --prefix=/usr/local/python3 --enable-optimizations

$ make

$ make install

$ ln -s /usr/local/python3/bin/python3 /usr/bin/python3

$ vim ~/.bash_profile

#.bash_profile

#Get the aliases and functions

if [ -f ~/.bashrc ]; then . ~/.bashrc fi

#User specific environment and startup programs

PATH=$PATH:$HOME/bin:/usr/local/python3/bin export PATH

$ source ~/.bash_profile

  1. set pip3

$ ln -s /usr/local/python3/bin/pip3 /usr/bin/pip3

  1. install boto3

$ pip3 install boto3

$ sudo pip3 install awscli

$ aws help

$ aws configure

AWS Access Key ID [None]: AIOSFODMPLE
AWS Secret Access Key [None]: wJalrXUtMI/KDENG/bPxREXAMPKEY
Default region name [None]: us-west-2
Default output format [None]: ENTER

$ ls ~/.aws

$ ln -s /usr/local/python3/bin/aws /usr/bin/aws

  1. init dynamodb

$ sudo aws dynamodb create-table --cli-input-json file://./ReportCache.json --endpoint-url http://localhost:8000

$ sudo nohup java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb -port 8000 -dbPath ./dbase/ &

  1. init mysql:

$ sudo mysql -hlocalhost -uroot -p"******" < schema.sql

  1. install other Modular:

$ sudo pip3 install -r requirements.txt

  1. run the web:

$ sudo sh run_server.sh start

or

$ sudo sh run_server.sh stop

coinai's People

Contributors

bancaofficial avatar billzheng2 avatar chrisbanca avatar lkylych avatar melodytata avatar seantata avatar techbanca avatar windyxiao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.