Skip to content

alexstulov/robo-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just Another Robo Advisor

Generate portfolio of assets with weights and compare them with Portfolio Wealth Index and some descriptive statistics (CAGR, Mean Return, Risk etc.).

Deploy and run

Create virtual environment

python -m venv .venv 

Activate environment every time you start working with project (run the app or manage dependencies)

(linux) $ source myenv/bin/activate 
(windows) # .\.venv\Scripts\activate 

Install dependencies

pip install -r requirements.txt

Generate sqlite database

python
>>> from app import app, db, Portfolio
>>> app.app_context().push()
>>> db.create_all()

Add latest Bootstrap and Icons to ./templates/base.html.jinja from Bootstrap.

Run with

python app.py

About

Robo Advisor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published