Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 15abb68

Browse files
Updated Projects
1 parent dc42c6f commit 15abb68

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/data/projects.ts

+14
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,22 @@ const CapybaraAuth: Project = {
225225
],
226226
technologies: ['Node', 'Express', 'TypeScript', 'mySQL', 'planetScale', 'Railway']
227227
};
228+
const RacismDetector: Project = {
229+
title: 'Racism ML Detector (In Progress)',
230+
description:
231+
'End to end machine learning application implemented to detect racism in social media posts using Natural Language Processing.',
232+
links: [
233+
{
234+
name: 'GitHub',
235+
url: 'https://github.com/xavierloeraflores/wgu-capstone',
236+
icon: ProjectLinkIcon.GitHub
237+
}
238+
],
239+
technologies: ['Next.js', 'TypeScript', 'FastAPI', 'SciKit Learn', 'Python', 'Vercel', 'Railway']
240+
};
228241

229242
export const projectsData: Project[] = [
243+
RacismDetector,
230244
LoeraFloresDB,
231245
CapybaraAuth,
232246
Notes,

0 commit comments

Comments
 (0)