Spaces:
Running
Running
Commit
·
e207a63
1
Parent(s):
280c0fd
Add Docker configuration metadata to README
Browse files- README copy.md +0 -12
- README.md +8 -0
README copy.md
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
use python 3.10 for this project as the audio extraction library can work with this version only
|
2 |
-
|
3 |
-
create a virtual environment : .\venv\Scripts\activate
|
4 |
-
|
5 |
-
install the required libraries using : pip install -r requirements.txt
|
6 |
-
|
7 |
-
run the app using : uvicorn app.main:app --reload
|
8 |
-
|
9 |
-
The issue you are facing regarding while re uploading the same image or audio the path error shows up is die to mssing ffmpeg installation on your device the solution for the same :
|
10 |
-
- open cmd and type : winget install ffmpeg
|
11 |
-
- after the installation has been sucessfully done add the bin path to the System environment variables
|
12 |
-
- if u fail to find the path just type : where ffmpeg , in cmd and you will get the path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
use python 3.10 for this project as the audio extraction library can work with this version only
|
2 |
|
3 |
create a virtual environment : .\venv\Scripts\activate
|
|
|
1 |
+
---
|
2 |
+
title: Credify
|
3 |
+
emoji: 🐳
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
+
---
|
9 |
use python 3.10 for this project as the audio extraction library can work with this version only
|
10 |
|
11 |
create a virtual environment : .\venv\Scripts\activate
|