8000 GitHub - Youjam95/robo-advisor: project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Youjam95/robo-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Robo Advisor" Project

The "Robo Advisor" project

Prerequisites

please download the follwoing

  • Anaconda 3.7
  • Python 3.7
  • Pip

Installation

Fork this repository under your own control, then clone or download the resulting repository onto your computer. Then navigate there from the command line:

cd robo-advisor

NOTE: subsequent usage and testing commands assume you are running them from the repository's root directory.

Use Anaconda to create and activate a new virtual environment, perhaps called "stocks-env":

conda create -n stocks-env python=3.7 # (first time only)
conda activate stocks-env

From inside the virtual environment, install package dependencies:

pip install -r requirements.txt

Setup

Before using or developing this application, take a moment to obtain an AlphaVantage API Key (e.g. "abc123").

After obtaining an API Key, create a new called ".env" (in your local repo, NOT your remote repo), and update the contents of the ".env" file to specify your real API Key:

ALPHAVANTAGE_API_KEY="abc123"

Don't worry, the ".env" has already been ignored from version control for you!

Usage

Run the recommendation script:

python app/robo_advisor.py

About

project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0