https://www.marketsentinel.ca/
Welcome to the Market Sentiment Visualization Tool! This project aims to provide a comprehensive and intuitive tool for analyzing and visualizing market sentiment. By leveraging sentiment analysis techniques, this tool enables users to gain insights into the sentiment trends surrounding specific stocks and companies.
- Real-time sentiment analysis: The tool integrates with various data sources and sentiment analysis APIs to provide real-time sentiment analysis for the desired market data.
- Interactive visualizations: The tool offers interactive and visually appealing charts and graphs to help users interpret sentiment trends effectively.
- Customizable filters: Users can apply customizable filters to narrow down the sentiment analysis based on specific time periods, stocks, companies, or industries of interest.
- Sentiment comparison: The tool allows users to compare sentiment scores across different stocks or companies to identify relative sentiment patterns.
- User-friendly interface: The tool is designed with a user-friendly interface, making it easy for both beginners and experienced traders or analysts to navigate and utilize.
MarketSentinel.mp4
To set up the Market Sentiment Visualization Tool locally, follow these steps:
- Clone the repository:
git clone https://github.com/haozhenshen/marketsentinel.git
- Navigate to the project directory:
cd marketsentinel
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit http://localhost:3000 to access the Market Sentiment Visualization Tool.