Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.34 KB

Second Insight

Second Insight revolutionizes investment risk assessment by offering users a comprehensive report, effortlessly navigating the skies of investment risks. Let AI handle the quantitative analysis while humans trust their intuition to make informed investment decisions.

IvyHacks - Columbia x Cornell x NYU AI Hackathon

By Homer Quan, Ayan Das, Garv Sehgal, Daniel Chen

Important Links

Devpost

Slides {insert slides link}

Demo {insert youtube link}

Technology Stack

Frontend

  • Next.js
  • Vercel
  • Shadcn

Backend

  • FastAPI
  • OpenAI
  • LlamaIndex
  • Polygon.io
  • Pandas
  • NumPy

Architecture

How to run

  • How to run:
  1. set openai api key in your enviroment: export OPENAI_API_KEY= xxxxxxx
  2. install node dependences on all four folders in cli_run_model folder <package-manager> i .
  3. start model web service: cd cli_run_model/combined_service; node web.js
  4. start ui web service: cd cli_run_model/ui; php -S 0.0.0.0:8000
  5. Open "http://local:8000" on you browser
Demo