From 2e885d6f6cef0f9652b47b4bde90b63bc3fdb8f1 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:30:19 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54a27f5..897b4e8 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ An evolving **audio processing pipeline** designed to separate and enhance audio ```bash freqsplit/ -├── api/ # API implementation (future work) -├── client/ # Client-side interactions (future work) +├── api/ # API implementation (django, redis, celery) +├── client/ # Client-side interactions (vite, react, typescript) ├── LICENSE # License file ├── pyproject.toml # Project metadata and dependencies ├── pytest.ini # Pytest configuration