Metadata-Version: 2.4
Name: fin-sentiment
Version: 0.1.1
Summary: Financial news sentiment analysis using LSTM
Author: Divine Gupta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# fin-sentiment
Financial News Sentiment Analysis using LSTM  

This Python library analyzes the sentiment of financial headlines and news articles using an LSTM-based model trained on market data.

## Installation
```bash
pip install fin-sentiment
