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

Reducing the ML feed latency and video repition once user comes back #54

Open
harshita-srivastava-yral opened this issue Aug 29, 2024 · 4 comments
Assignees

Comments

@harshita-srivastava-yral
  • Client needs to support reordering of the items. Immediately show more relevant items first (Proirity on client side)
  • Usability issue - 1st 10 I get from post cache and then next set comes from personalised feed. When I come back later, I see the same feed for few scrolls.
  • We store a personalised feed, first request is to personalised feed and next goes to off chain and both are generating separate feed. That gets pushed to individual canister. Real. 1 for immediate consumption and another to be store in the canister for the later use.
  • We can see how can we make the fresh and relevant content.
  • Benefit: We cannot refresh the canister everyday ? No, this also has a problem with relevancy for users visiting the app multiple times in a day. Also, we are refreshing for every user even when we don't require to refresh.
@Natasha-GB
Copy link

  • Can be brought down to 1 or 2 secs
  • Need to enable "Preview" feature for reducing further latency
  • Caching will still be used to serve a relevant and fast feed

@harshita-srivastava-yral
Copy link
Author

  • Exploration on Akash require 2-3 days for testing and shortlisting the good model
  • Rented a GPU node, jupiter image was smoothly running however after sometime there was no render available.
  • Create issue on the akash discord or git side as this isn't the expected behaviour

@harshita-srivastava-yral
Copy link
Author

  • Theta doesn't have spectrum of GPUs like Akash.
  • While Akash is fixing its thread we can keep working with Theta

@harshita-srivastava-yral
Copy link
Author

  • Work on duplication of the videos - Requires phash integrations for this and setup its pipeline

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

4 participants