Update frontend/src/components/Terminal.jsx
Browse files
frontend/src/components/Terminal.jsx
CHANGED
|
@@ -74,9 +74,9 @@ const COMMANDS = {
|
|
| 74 |
run: () => [
|
| 75 |
{ type: 'title', text: '馃殌 Featured Projects' },
|
| 76 |
{ type: 'divider' },
|
| 77 |
-
{ type: 'proj', num: '01', name: 'Healthcare Chatbot', tech: 'RAG 路 Pinecone 路 LangChain 路 Groq' },
|
| 78 |
-
{ type: 'proj', num: '02', name: 'AI Virtual Dev POD', tech: 'Multi-Agent 路 LangGraph 路 ChromaDB' },
|
| 79 |
-
{ type: 'proj', num: '03', name: 'Virtual Research Assistant', tech: 'AutoGen 路 Groq 路 MySQL' },
|
| 80 |
{ type: 'proj', num: '04', name: 'OwnGPT', tech: 'FastAPI 路 LangGraph 路 MongoDB 路 Google Auth', url: 'https://parthib07-owngpt-v2.hf.space' },
|
| 81 |
{ type: 'proj', num: '05', name: 'CodeFusion', tech: 'DeepSeek AI 路 FastAPI 路 React', url: 'https://codefusion-v2-parthib.onrender.com' },
|
| 82 |
{ type: 'proj', num: '06', name: 'AnySITE', tech: 'FastAPI 路 React 路 AI Models', url: 'https://anysite-vibecoding-parthib.onrender.com' },
|
|
|
|
| 74 |
run: () => [
|
| 75 |
{ type: 'title', text: '馃殌 Featured Projects' },
|
| 76 |
{ type: 'divider' },
|
| 77 |
+
{ type: 'proj', num: '01', name: 'Healthcare Chatbot', tech: 'RAG 路 Pinecone 路 LangChain 路 Groq', url: 'https://parthib07-multiagent-healthcare-chatbot.hf.space' },
|
| 78 |
+
{ type: 'proj', num: '02', name: 'AI Virtual Dev POD', tech: 'Multi-Agent 路 LangGraph 路 ChromaDB', url: 'https://agnik28-ai-virtual-pod.hf.space/' },
|
| 79 |
+
{ type: 'proj', num: '03', name: 'Virtual Research Assistant', tech: 'AutoGen 路 Groq 路 MySQL', url: 'https://parthib07-virtual-research-paper-assistant.hf.space/' },
|
| 80 |
{ type: 'proj', num: '04', name: 'OwnGPT', tech: 'FastAPI 路 LangGraph 路 MongoDB 路 Google Auth', url: 'https://parthib07-owngpt-v2.hf.space' },
|
| 81 |
{ type: 'proj', num: '05', name: 'CodeFusion', tech: 'DeepSeek AI 路 FastAPI 路 React', url: 'https://codefusion-v2-parthib.onrender.com' },
|
| 82 |
{ type: 'proj', num: '06', name: 'AnySITE', tech: 'FastAPI 路 React 路 AI Models', url: 'https://anysite-vibecoding-parthib.onrender.com' },
|