Skip to content

Commit

Permalink
Update completed project list and ongoing project list
Browse files Browse the repository at this point in the history
  • Loading branch information
sethu authored Oct 18, 2024
1 parent a1d481c commit 8fb043d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ",
Expand All @@ -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",
Expand All @@ -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": ""
}
]
},
Expand Down

0 comments on commit 8fb043d

Please sign in to comment.