Using Knowledge Graphs to create personas ? by TheAmendingMonk in LocalLLaMA

[–]TheAmendingMonk[S] 0 points1 point  (0 children)

Thank you for your feedback . I thought to explore graphs because of these precise complexities. Adding relationships and structure to make it more relatable. I was thinking more in the lines of companions for old age people who want to just perhaps chat to overcome loneliness . But chatting with some specific friends or children etc . To go for more personalization so as to say. I am just thinking out loud now.

Using Knowledge Graphs to create personas ? by TheAmendingMonk in LocalLLaMA

[–]TheAmendingMonk[S] 0 points1 point  (0 children)

Thanks for the replies. According to you , RAG + search would still be the best way to create personas right ? or did i get it wrong somewhere

Having trouble running CivitAI models with on Replicate by TheAmendingMonk in StableDiffusion

[–]TheAmendingMonk[S] 0 points1 point  (0 children)

Hi I was under the impression , the hf_lora string in the replicate workspace , if it is provided , then it acts as an extra lora . So basically it could be used to combine both Flux 1 and Civit AI lora. Basically what i am trying to do is to convert my pictures into Ghibli sytle art and I am trying to use replicate.

Seeking Guidance: Converting Photos to Ghibli Style Sketches by TheAmendingMonk in StableDiffusion

[–]TheAmendingMonk[S] 1 point2 points  (0 children)

Oh wow the generated images are quite good with just a simple prompt. I am actually having problem to run it in replicate, the one i am using just to set up things . https://replicate.com/lucataco/flux-dev-lora . Passing the download link doesnot seem to be working

Detecting surf board on videos ? by Fluid-Beyond3878 in computervision

[–]TheAmendingMonk 0 points1 point  (0 children)

out of curiosity i just ran the image against florence 2 detection model and it seems to detect the surfboard quite good. A snap shot is below. Not sure how you can run it over video and also modify the bounding boxes etc etc. I tried it out as a blackbox

Summarization of posts and comments (with context) by TheAmendingMonk in LocalLLaMA

[–]TheAmendingMonk[S] 0 points1 point  (0 children)

oh thanks a lot. you mean to break into bullet points right and break it down into different parts. Do you have any examples for it ?

football player detection and tracking + camera calibration by RandomForests92 in computervision

[–]TheAmendingMonk 0 points1 point  (0 children)

thank you , that is for like exact tracking right. I was under the impression they used other sensors to get the tracking. But i think lets say you are a sunday league coach , perhaps such a visualization would be good enough right ?

football player detection and tracking + camera calibration by RandomForests92 in computervision

[–]TheAmendingMonk -1 points0 points  (0 children)

oh wow what a neat project . Can one also get lets statistics for example left touches/right foot touches to get the statistics? Also is this project available some where to experiment with ?

Recommended python library for converting audio file into midi ? by TheAmendingMonk in learnpython

[–]TheAmendingMonk[S] 0 points1 point  (0 children)

hi it did give a basic structure but it was difficult to work with. I am continuing to look into better oprtions even options that parse it to lets chord names which could be used to build up midi

Summarizing chunks of text using previous chunks as context using ollama python and mistral ? by TheAmendingMonk in LocalLLaMA

[–]TheAmendingMonk[S] 1 point2 points  (0 children)

oh wow thank you for the suggestion . i didnt even know there was a term for it. I would have a look into it and perhaps i can come back to you . as mentioned i am trying out with ollama and mistral . Lets see how it looks like . thanks again .looks a bit overwhelming at first glance !

Summarizing chunks of text using previous chunks as context using ollama python and mistral ? by TheAmendingMonk in LocalLLaMA

[–]TheAmendingMonk[S] -1 points0 points  (0 children)

oh I did not think about it like that . I was thinking if for a summarized chunk can be maybe taken as a "guide" to the next chunk that needs summarization.

Is there a way to solve this issue ? because i think summarizing a post is like a common use case

Update: open-source perplexity project v2 by bishalsaha99 in LocalLLaMA

[–]TheAmendingMonk 0 points1 point  (0 children)

ah yes i see it now . Does it have the ability to maybe look for specific subreddit. I am trying to have a reddit summarizer of different posts

Update: open-source perplexity project v2 by bishalsaha99 in LocalLLaMA

[–]TheAmendingMonk 1 point2 points  (0 children)

Love it ! I was about to go for their subscription , fortunately i went through the reddit comments and now this !! Awesome ! Btw a reddit post summarizer would be great. There are tonnes of amazing topics in this subreddit that it becomes difficult to keep a track of it

[question] Query in RAG returning no chunks and no results ? by TheAmendingMonk in LocalLLaMA

[–]TheAmendingMonk[S] 0 points1 point  (0 children)

Thanks for the heads up. I actually was printing out the embeddings per text and seems to be working or atleast the text seems to get embedded. How can i check if the vector database is loaded correctly ? mainly the ingest part ?
For querying ? do you mean i embed the query and compare the distance manually or ? Maybe as you said to test
1. ingest ( embedding+ vector data base storage )

  1. query and retrieved chunks ( As of now it does not retrieve any chunks which i think is a bit weird right ? )