NexoSphere is a cutting-edge project designed to revolutionize the way we analyze stock market news. By leveraging advanced sentiment analysis algorithms, NexoSphere provides valuable insights into market trends and investor sentiment.
- Real-time Sentiment Analysis: Analyze news articles in real-time to gauge market sentiment.
- Comprehensive Dashboard: Visualize sentiment trends and historical data with an intuitive dashboard.
- Custom Alerts: Set up custom alerts for significant sentiment changes in specific stocks or sectors.
- Docker
- Docker Compose
To run the project using Docker, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/NexoSphere.git cd NexoSphere
-
Build the Docker image:
docker-compose build
-
Run the Docker container:
docker-compose up
-
Access the application:
Open your web browser and navigate to
http://localhost:your_port
.Before running the project, you need to set up the environment variables. Create a
.env
file in the root directory of the project based on the.env.example
file provided:cp .env.example .env
Edit the
.env
file to configure the necessary environment variables.