Skip to content

Commit

Permalink
fixed project entry data
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierloeraflores committed Aug 17, 2024
1 parent ec7deb9 commit e2f8689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const CapybaraAuth: Project = {
],
technologies: ['Node', 'Express', 'TypeScript', 'mySQL', 'planetScale', 'Railway']
};
const RacismDetector: Project = {
const MLContentModeration: Project = {
title: 'ML Content Moderation System',
description:
'End to end machine learning application implemented to detect offensive content in social media posts using Natural Language Processing.',
Expand All @@ -256,7 +256,7 @@ const RacismDetector: Project = {
'TypeScript',
'FastAPI',
'SciKit Learn',
'Linear Regression',
'Logistic Regression',
'Python',
'Vercel',
'Railway'
Expand Down Expand Up @@ -347,7 +347,7 @@ const CustodiaAI: Project = {
export const allProjectsData: Project[] = [
CustodiaAI,
ScamScammers,
RacismDetector,
MLContentModeration,
LoeraFloresDB,
CapybaraAuth,
Notes,
Expand All @@ -366,7 +366,7 @@ export const allProjectsData: Project[] = [
export const projectsData: Project[] = [
CustodiaAI,
ScamScammers,
RacismDetector,
MLContentModeration,
Notes,
Kurios,
// MappyCoin,
Expand Down

0 comments on commit e2f8689

Please sign in to comment.