Skip to content

ycm-hackers/vectara

Repository files navigation

Ticker-Analyst

TickerAnalyst is

requirements

install miniconda https://docs.conda.io/projects/miniconda/en/latest/

environment setup

  1. Setup environment
conda create -n tickera python=3.8
  1. Activate the conda environment:
conda activate tickera
  1. Install the required Python packages using the requirements.txt file:
pip install -r requirements.txt
  1. Setup your secrets.toml based on example

run

  1. Open terminal and run in Python
python app.js

Then open your browser at the displayed URL and use the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published