Giter VIP home page Giter VIP logo

robo-advisor's Introduction

robo-advisor

Robo Advisor Project for NYU

Set up and Installation

Fork the robo-advior repo from https://github.com/jsr512/robo-advisor then clone or download locally

Create a local repository with the name robo-advisor then navigate to this using the command line

''
cd ~/Desktop/robo-advisor
''

Create a file named requirements.txt and place the following contents inside

''
requests
python-dotenv
''

Create and activate a new virtual enviornment

''
conda create -n stocks-env Python=3.7
conda activate stocks-env
''

From within the virtual environment install packages outlines in requirements.txt

''
pip install -r requirements.txt
''

Register for API key from Alpha Vantage service and place the specific API key in a file named .env

Add .env to the .gitignore file

Seperately create a data directory with another .gitignore file excluding all files within using "*"

Running the Program

Run the program from the command line

''
python robo_advisor.py
''

Follow the prompts to enter a stock symbol and enjoy the investing recommendation and data!

robo-advisor's People

Contributors

jsr512 avatar

Stargazers

Michael Rossetti 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.