mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-15 05:02:11 +00:00
project updates
This commit is contained in:
parent
5c80b39e84
commit
f120706286
1 changed files with 10 additions and 0 deletions
|
|
@ -53,6 +53,16 @@ const ProjectCard = ({ title, description, github, demo }) => {
|
|||
|
||||
const Projects = () => {
|
||||
const projects = [
|
||||
{
|
||||
title: "RAG UI",
|
||||
description: [
|
||||
"Built a React/TypeScript RAG AI chat application with n8n, achieving 95% query response accuracy",
|
||||
"Integrated Supabase authentication and protected routes, ensuring zero security breaches in production",
|
||||
"Implemented AI-powered document retrieval system, processing 1000+ queries with 90% relevance rate"
|
||||
],
|
||||
github: "https://github.com/harivansh-afk/RAG-ui",
|
||||
demo: "https://rag-ui-six.vercel.app/"
|
||||
},
|
||||
{
|
||||
title: "Efficiency of ML Algorithms in Financial Markets",
|
||||
description: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue