Skip to content

JavaTypedScript/ai-rec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run this application

Make 4 terminals

cd Backend/back2
cd Backend/back2
cd backend/web_services
cd frontend/ai-rec

In first terminal run(uvicorn terminal (api))

pip install -r requirements.txt

In third terminal run(frontend/s)

npm i

In fourth terminal

npm init -y
npm install express sqlite3 axios body-parser cors dotenv
## Running the application

In first terminal(uvicorn)

uvicorn saas_api:app --reload

In second terminal(mlflow)

mlflow ui --backend-store-uri sqlite:///mlflow.db --default-artifact-root ./mlflow_artifacts

In third terminal(frontend)

npm run dev

In fourth terminal(frontend)

node server.js

Go to localhost:5173 or frontend luanched port, to view mlflow go to localhost:5000

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

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages