Skip to content

Commit 9a0d4ca

Browse files
committed
adding diss project
1 parent a7c4aa4 commit 9a0d4ca

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

public/project-three.png

134 KB
Loading

src/data/content.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@
8383
"image": "/project-one.png",
8484
"featured": true
8585
},
86+
{
87+
"name": "Social Sentiment Analysis for Sector-Level Stock Market Prediction",
88+
"description": "Honours Dissertation: This project focuses on leveraging social media sentiment analysis to predict stock market trends at the sector level. By analyzing tweets and news articles, the model aims to provide insights into market movements and investor sentiment.",
89+
"tech": ["Python", "finBERT", "NLP", "API", "Streamlit"],
90+
"links": {
91+
"demo": "https://demo.url",
92+
"source": ""
93+
},
94+
"image": "/project-three.png",
95+
"featured": true
96+
},
8697
{
8798
"name": "Selbury",
8899
"description": "Selbury is a UK-focused compliance SaaS platform designed to help small businesses understand and manage their legal obligations. By combining a tailored compliance radar, plain-English regulation summaries, and a simple tracking dashboard.",
@@ -92,7 +103,7 @@
92103
"source": "https://github.com/JakeCallcut/Selbury"
93104
},
94105
"image": "/project-two.png",
95-
"featured": true
106+
"featured": false
96107
}
97108
],
98109
"contact": {

0 commit comments

Comments
 (0)