This repository is archived because the project deadline has passed. The grade of the project is 15/15 points
| Folder | Description |
|---|---|
| backend | Crawler & Sentiment Analysis |
| frontend | Website |
- Website with Next.JS that shows the stock market and the prediction of the stock market
- Crawler for information about the stock market using a search api
- sentiment analysis for the prediction of the stock market
- Visual Studio Code
- Backend
- Frontend
Clone Repository:
git clone https://github.com/kaaax0815/stocks-prediction-tool && cd stocks-prediction-toolOpen Workspace:
code .vscode/project.code-workspacePlease follow this commit message style:
<folder>: <Short imperative description of the change in present tense>
<More concise description of the change>
Example:
backend: Add new crawler
Add new crawler for the stock market
This project is licensed under the GNU General Public License, Version 3 - see the LICENSE file for details.