Skip to content

Personal project as a data scientist in finance industry

Notifications You must be signed in to change notification settings

karangm-dev/finance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

finance

Personal project as a data scientist in finance industry

  1. Clone the repository

  2. Cd into the directory

    • cd finance
  3. Install Virtual environment tool

    • pip install virtualenv
  4. Create an virtual environment

    • virtualenv finance_env
  5. Activate the virtual environment

    • source finance_env/bin/activate
  6. Install the libraries from requirements file

    • pip install -r requirements.txt
  7. Run the program

    • python portfolio/app.py
  8. To visit the dashboard

  9. For REST-API, refer to the rest_api documentation

About

Personal project as a data scientist in finance industry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%