Skip to content

Commit d5866ef

Browse files
committed
Merge branch 'feature/baas-api' of https://github.com/JavaTypedScript/ai-rec into feature/baas-api
2 parents e9afa59 + abd5e41 commit d5866ef

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ cd Backend/back2
99
```
1010
```
1111
cd backend/web_services
12+
```
13+
```
1214
cd frontend/ai-rec
1315
```
1416

@@ -22,8 +24,16 @@ pip install -r requirements.txt
2224
npm i
2325
2426
```
27+
28+
## In fourth terminal
29+
30+
~~~
31+
npm init -y
32+
npm install express sqlite3 axios body-parser cors dotenv
33+
~~~
2534
## Running the application
2635

36+
2737
### In first terminal(uvicorn)
2838
```
2939
uvicorn saas_api:app --reload
@@ -38,7 +48,7 @@ mlflow ui --backend-store-uri sqlite:///mlflow.db --default-artifact-root ./mlfl
3848
```
3949
npm run dev
4050
```
41-
### Inf fourth terminal(frontend)
51+
### In fourth terminal(frontend)
4252
```
4353
node server.js
4454
```
@@ -47,4 +57,4 @@ node server.js
4757

4858
## Upload dataset(if not with you, use datasets in example_dataset folder) and enter into required fields,select ready model and select required fields and click get recommendations
4959

50-
# Finally Peace
60+

0 commit comments

Comments
 (0)