Code Monkey home page Code Monkey logo

dsci510_final_project's Introduction

Financial News Headlines Sentiment Analysis (TSLA)

Table of Contents

Description

The project is focused on the rapid dissemination of financial news in the modern, internet- driven age, where information spreads within seconds. This immediacy contrasts sharply with the past, where it took days for such news to reach people through radio, newspapers, and word of mouth. The project notes that financial news articles are now often generated automatically from data like figures and earnings call streams. This project utilizes data science techniques such as Natural Language Process, Data Extraction and Parsing and Data Visualization, to process this abundant information, aiming to generate investing insights. It's particularly relevant for hedge funds and independent traders who leverage such methods for profit. The project involves analyzing news headlines to assess market sentiment and make investment decisions with a comprehensive visualization. The project aims to analyze data realted to Tesla Inc.

Getting Started

Explain how to get your Python project up and running. Include any necessary steps, prerequisites, or Python dependencies.

Prerequisites

Python 3.11.5 and additional libraries:

requests == 2.31.0
pandas == 2.0.3
bs4 == 0.0.1
numpy == 1.24.3
nltk == 3.8.1
matplotlib == 3.7.2
statsmodels == 0.14.0
seaborn == 0.12.2

Installation

Clone the repository to your local machine. Install the required Python packages:

pip install -r requirements.txt

The file "requirements2.txt" contains the result obtained by "pip freeze >> requirements.txt" for the purpose of reference.

Usage

To start the project, run the scripts in the following order:

# Navigate to the code directory
cd src
# getting data
python get_data.py
# cleaning data
python clean_data.py
# running analysis
python run_analysis.py
# visualizing results
python visualize_results.py

Contact

[Shuju Sun] - [[email protected]]

dsci510_final_project's People

Watchers

Jeff Sun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.