This project utilizes Natural Language Processing (NLP) techniques to analyze sentiments in financial markets through news articles, financial reports, and social media to understand the impact on stock prices and market trends.
- Python 3.6 or higher
- Pip
To use this project:
- Execute data collection scripts in the
data_collection
folder. - Run data preprocessing scripts in the
data_preprocessing
folder. - Perform sentiment analysis by running the
sentiment_analysis.py
script.
- Python - The core programming language used.
- Pandas - The library used for data manipulation and analysis.
- BERT - Used for processing textual data.
Ongoing
-
Ethan Falcao - Initial work - ethanfalcao
-
Nur Fateemah - Documentation - nurfateemah03