Skip to content
Open

Dev #34

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ npm install

Start the backend server:
cd backend
uvicorn main:app --reload
uvicorn app:app --reload

Start the frontend development server:
cd frontend
Expand Down Expand Up @@ -210,11 +210,11 @@ Extended Error Logging: Implement more robust logging for better debugging.

# Video Demonstration

<video controls src="/frontend/public/README.mdImgs/Project2.mp4" title="Visual Search Assitant"></video>
<video controls src="/README.mdImgs/Project2.mp4" title="Visual Search Assitant"></video>

# Waveform Image generation Demonstration

<video controls src="/frontend/public/README.mdImgs/waveformImage.mp4" title="WaveForm Visualization"></video>
<video controls src="/README.mdImgs/waveformImage.mp4" title="WaveForm Visualization"></video>

# License

Expand Down
3 changes: 1 addition & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ numpy==1.26.4
soundfile==0.12.1
librosa==0.10.2.post1
transformers==4.42.4
python-multipart==0.0.17
pygame=2.6.1
python-multipart==0.0.17