https://github.com/developermindset123/ivyhacks-second-insight
Official GitHub repository code containing the ivy hacks project
https://github.com/developermindset123/ivyhacks-second-insight
Last synced: about 1 year ago
JSON representation
Official GitHub repository code containing the ivy hacks project
- Host: GitHub
- URL: https://github.com/developermindset123/ivyhacks-second-insight
- Owner: DeveloperMindset123
- Created: 2024-03-26T12:30:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T12:45:21.000Z (about 2 years ago)
- Last Synced: 2025-04-12T22:57:12.236Z (about 1 year ago)
- Language: TypeScript
- Size: 31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.ivyhacks.ai/) - Columbia x Cornell x NYU AI Hackathon
By Homer Quan, Ayan Das, Garv Sehgal, Daniel Chen
## Important Links
[Devpost](https://devpost.com/software/secondinsight)
[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
1. set openai api key in your enviroment:
`export OPENAI_API_KEY= xxxxxxx`
2. start model using combined_servic, either use web service: `/web.js` or use `cli.js`
ivyhacks-second-insight