Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  git github
Ansh2 3464b7b989
new updates to frontend to work on local and prod deployment
1 month ago
da43648f0f
new updates for monte carlo
1 year ago
c639b006b3
code cleanup
1 year ago
RAG
f248b472cf
RAG code added
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
c416f0a841
new LSTM implementation
1 year ago
3464b7b989
new updates to frontend to work on local and prod deployment
1 month ago
52cd16b690
removing the holdings chart
1 month ago
35885748d1
new frontend for wisebucks
1 month ago
9f34066b5f
replaced lorem ispum text on home page
1 year ago
f1e8d97e5a
Add files via upload
1 year ago
4fd7989266
model outputs
1 year ago
35885748d1
new frontend for wisebucks
1 month ago
9a9ded266e
Upload files to ''
1 year ago
f17e01c819
Create LICENSE
1 year ago
d6335ca263
Added monte carlo prediction for 7 days in future
1 year ago
35885748d1
new frontend for wisebucks
1 month ago
d3dcbce5b2
Update README.md
6 months ago
5cbb015ded
Add files via upload
2 years ago
f096c429f9
yFinance Ratios Collection
1 year ago
fd033d8722
Add files via upload
1 year ago
7d554948b8
monte carlo
1 year ago
9f34066b5f
replaced lorem ispum text on home page
1 year ago
f804bb46dd
Update db_stocks+news+etfs.py
2 years ago
0e5f1f6312
Adjusted paper trading
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
7d554948b8
monte carlo
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
1d4e278963
Putting file of current 7-day predictions I have.
1 year ago
f18a5874e0
Add files via upload
1 year ago
746cef7e78
Contains only news data
1 year ago
73bdbc9bf4
Google news
1 year ago
35885748d1
new frontend for wisebucks
1 month ago
35885748d1
new frontend for wisebucks
1 month ago
c6356b33a5
Update portfolio_generation.py
1 year ago
9868e746dd
model training
1 year ago
d2a7fb30d3
updates to monteCarlo simulation to add accuracy histogram, and new file to go through all S&P 500 companies and write their final predicted prices on a .xslx file
1 year ago
12de795dc1
updated monte-carlo changes
1 year ago
fe24e092a0
new LSTM input to get optimized predictions
1 year ago
28ef8c11e7
Update purchase_stock_db.sql
1 year ago
35885748d1
new frontend for wisebucks
1 month ago
e0bcffe7e6
summarization.py
1 year ago
642670d655
web_scrapping
1 year ago
f2ac3bc351
data set up
1 year ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

Wisebucks.AI

This is a FinTech project, in which we are trying to make a comprehensive app / website for FinTech queries as well as portfolio generation.

  1. This project recognize that to predict accurate and most profitable portfolios, we need to take into account :

    1. Historical stock prices

    2. Current news related to the stocks

    3. Financial ratios like price-to-earnings, PEG, price-to-sales, price-to-book, and debt-to-equity

      Traditionally, LSTMs have been used for stock predictions but they only take into account the historical stock prices, but for accurate predictions it is more important to factor in the current news surrounding these stocks.

      Therefore, this project proposes :

      1. The use of LLMs on news to do sentiment analysis for each news article for a particular stock in S&P 500.
      2. Monte Carlo / LSTMs / Regression Models for the historical data of stock prices
      3. Assign different weights to these financial ratios which tells how positively or negatively this reflects on the particular stock

      Then weigh all these three different aspects for a particular stock into a final score for each stock that will then be used for stock portfolio generation.

  2. This project also proposes the development of a paper trading platform in python as an added feature for the website.

  3. This project also proposes a chatbot feature, to answer general queries related to FinTech using a Large language model.

  4. This project proposed the use of yfinance api, trader workstation to get the required data, store it in SQL database and then retrieve data from this database for the purpose of training the data.

  5. In the beginning, the project proposes to use open source LLMs such as OpenAI’s API for its alpha model, but later on we plan to develop our own LLM model for the chatbot and sentiment analysis on news.

Deployed Link: https://flask-production-0003.up.railway.app/

The below is the demo for our project:

https://github.com/user-attachments/assets/821877ae-5ef2-47b1-8b7c-63189970c35d

Thank you Professor Eugenio Culurciello and Sankalp Krishnan for your guidance throughout this project!

Tip!

Press p or to see the previous file or, n or to see the next file

About

An AI model for FinTech

Collaborators 13

Comments

Loading...