Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

results do not appear #27

Open
dikaenwo opened this issue Aug 15, 2024 · 13 comments
Open

results do not appear #27

dikaenwo opened this issue Aug 15, 2024 · 13 comments

Comments

@dikaenwo
Copy link

when I finished presenting the results didn't appear and just kept loading
image

@Karthick47v2
Copy link
Owner

Hi @dikaenwo, are there any errors in the backend?

@dikaenwo
Copy link
Author

dikaenwo commented Aug 15, 2024

Hi @dikaenwo, are there any errors in the backend?

I want to try your application because I am weak in public speaking, but when I have finished making a presentation and want to see the results, the results don't appear, sir, how do I solve it? the page just keeps loading

@Karthick47v2
Copy link
Owner

Sorry about that. The thing is, earlier, backend was hosted on Heroku, which had free tier at that time. Now, there are no free services that i know and i am far away from backend development. You can host backend locally and run it. Please have a look at it. I have listed all repositories that are linked to this, so you can simply host it on your own.

@Karthick47v2
Copy link
Owner

@dikaenwo Also, this project was inspired by Orai please have a look at it also, it might be more helpful.

@dikaenwo
Copy link
Author

@dikaenwo Also, this project was inspired by Orai please have a look at it also, it might be more helpful.

Do you have documentation for installing the backend to a local server? sorry, I'm still a beginner

@Karthick47v2
Copy link
Owner

Please go through the readme files, i believe it contains all necessary details.

@dikaenwo
Copy link
Author

Sir, please look at this picture, is this correct for installing the API on the local server?
image

@dikaenwo
Copy link
Author

I also want to ask, there are 3 backend repositories, will they all be combined into 1 folder into the mock-buddy folder or separately? I'm sorry for asking too many questions, really I'm still a beginner at this, I would really appreciate your guidance

@Karthick47v2
Copy link
Owner

based on the response on the picture i think backend is working. I deployed 3 backend because at the time Heroku free tier had only 512mb RAM so I couldn't fit all models in one server. You can make it as a single server and run it locally.

@dikaenwo
Copy link
Author

@Karthick47v2 OK sir, do I need to enter the dataset again? Or can I use it straight away?

@Karthick47v2
Copy link
Owner

The repos themselves have trained models, so there's no need to train again. You can run the main.py file and it will call those models by default.

@dikaenwo
Copy link
Author

@Karthick47v2 How do you include the local API in the frontend, sir? in which file should I set it?

@Karthick47v2
Copy link
Owner

I have created a separate .env file for that. So just create one inside your front end project folder and fill the below variables.

REACT_APP_AUDIO_END_POINT=AUDIO_SERVER_ADDRESS
REACT_APP_LANG_END_POINT=SLIDE_SERVER_ADDRESS
END_POINT=VIDEO_SERVER_ADDRESS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants