Commit History

Update requirements.txt to streamline dependencies and enhance project capabilities by adding essential libraries for trading, machine learning, and data analysis, including torch, transformers, lumibot, and finbert. This update supports advanced features such as sentiment analysis and trading strategies.
d72c6ad

Dhahlan2000 commited on

Update requirements.txt to add numerous dependencies for enhanced functionality and performance, including libraries for data analysis, machine learning, web development, and trading. This update significantly expands the project's capabilities, supporting features like sentiment analysis, stock prediction, and interactive visualizations.
5d5e6f5

Dhahlan2000 commited on

Add Alpaca trading strategy and backtesting functionality to app.py
a7916e8

Dhahlan2000 commited on

Refactor app.py to simplify stock price prediction logic and remove unused imports. Update requirements.txt to maintain statsmodels dependency. Streamline the return value of predict_stock_price to only include forecast values.
12e25ff

Dhahlan2000 commited on

Update requirements.txt to include Plotly and datetime libraries for enhanced data visualization and date handling capabilities.
83a2dd2

Dhahlan2000 commited on

Enhance stock prediction and visualization features in app.py:
b607f48

Dhahlan2000 commited on

Add stock analysis tools to app.py: implement sentiment analysis, stock price prediction, and stock comparison features; update requirements.txt to include statsmodels
19bc86f

Dhahlan2000 commited on

Refactor LLM integration in app.py: replace RunnableSequence with LLMChain and update method call from invoke() to run() for improved functionality and clarity
a10faf8

Dhahlan2000 commited on

Refactor LLM integration in app.py: replace LLMChain with RunnableSequence and update method call from run() to invoke() for improved functionality
a889b71

Dhahlan2000 commited on

Refactor imports in app.py to streamline dependencies and remove unused components
2acfb1f

Dhahlan2000 commited on

Refactor imports in app.py to include additional Langchain components for enhanced functionality
5720b75

Dhahlan2000 commited on

fixed not added access token
6c8ff63

Dhahlan2000 commited on

fixed and improved with github code help
a7f8412

Dhahlan2000 commited on

reduced max_new_tokens
96b4247

Dhahlan2000 commited on

added error handling for response
dc4a988

Dhahlan2000 commited on

removed promt template
b8f13b8

Dhahlan2000 commited on

trying to fix issuenot getting output
ba1be70

Dhahlan2000 commited on

fix custom promt not removed
e9c670d

Dhahlan2000 commited on

removed prompt_template
aa7f55c

Dhahlan2000 commited on

fixed prompttemplate not imported
3f26f9f

Dhahlan2000 commited on

fixed f string problem
7d8647b

Dhahlan2000 commited on

added error handling through langchain
1b149d3

Dhahlan2000 commited on

added relevent documents
c4c99cc

Dhahlan2000 commited on

initial commit
0a0cb89
verified

Dhahlan2000 commited on