From 8fb043df3ae162c89502545a6b270133ea9268b1 Mon Sep 17 00:00:00 2001 From: Sethupathi Asokan Date: Fri, 18 Oct 2024 09:59:19 +0530 Subject: [PATCH] Update completed project list and ongoing project list --- data/data.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/data/data.json b/data/data.json index 710e623..963b589 100644 --- a/data/data.json +++ b/data/data.json @@ -144,11 +144,9 @@ "roles": {"1":"R&D on video spoofing", "2":"Setup and documentation", "3":"R&D on deepfake"}, "repo": "https://github.com/joshsoftware/ekyc-spoof", "demo": "https://blog.joshsoftware.com/2024/10/01/will-the-real-deepfake-please-stand-up/" - } - ], - "ongoing": [ + }, { - "id": "1", + "id": "2", "name": "Lingo.ai", "description": "Lingo.ai project converts voice input from different Indian languages into text and uses advanced Natural Language Processing (NLP) to generate concise summaries. This solution is ideal for streamlining customer service, legal documentation, and managing multilingual data, helping businesses handle large volumes of voice data efficiently.", "tech": "Python, NextJs, FastAPI, Whisper, LLama 3.2, Model fine tunning ", @@ -158,6 +156,18 @@ "demo": "https://lingo.ai.joshsoftware.com" } ], + "ongoing": [ + { + "id": "1", + "name": "Error Analyser", + "description": "An AI-driven error analyser which identify the cause of the error, steps to resolve the error and the impact on business.", + "tech": "Ollama, Python, FastAPI, Llama 3.2, Frontend", + "team": ["11"], + "roles": {"11":"Ollama, FastAPI, Frontend" }, + "repo": "", + "demo": "" + } + ], "planned": [ { "id": "1", @@ -178,16 +188,6 @@ "roles": {"7":"Prompt Engineering", "10":"RASA", "14":"RASA", "6":"Embedding, Postgres VectorDB", "13":"Voice Chatbot"}, "repo": "https://github.com/joshsoftware/surveybees/blob/main/README.md", "demo": "" - }, - { - "id": "3", - "name": "Error Analyser", - "description": "An AI-driven error analyser which identify the cause of the error, steps to resolve the error and the impact on business.", - "tech": "Ollama, Python, FastAPI, Llama 3.2, Frontend", - "team": ["11"], - "roles": {"11":"Ollama, FastAPI, Frontend" }, - "repo": "", - "demo": "" } ] },