examples icon indicating copy to clipboard operation
examples copied to clipboard

Analyze the unstructured data with Towhee, such as reverse image search, reverse video search, audio classification, question and answer systems, molecular search, etc.

Results 27 examples issues
Sort by recently updated
recently updated
newest added

Hello, I am following the guide on creating a question-answering engine. I have done everything the same as the guide, but the collection stays empty for some reason. Before pasting...

Hello Everyone, I am new to using Towhee, I am trying to run a basic code provided in their user guide # I am trying to run this code `from...

为什么执行https://github.com/towhee-io/examples/blob/main/image/reverse_image_search/1_build_image_search_engine.ipynb这个文件中以下代码,没数据进去: ![image](https://github.com/towhee-io/examples/assets/106646583/f7036d5f-6682-4bf5-b383-453a62638946) ![image](https://github.com/towhee-io/examples/assets/106646583/995374df-746d-416f-ba20-ad5bbe502a40)

Hi, I am experimenting with one of the sample applications [here](https://github.com/towhee-io/examples/blob/afbd207d9e65798d913b8f4eff8ba355000ada84/nlp/text_search/search_article_in_medium.ipynb) and I tried to run it as python file with some syntax changes, but I am getting Results as...

- milvus-2.3.3 - Load Image Embeddings into Milvus ``` collection.flush() collection.load() ``` - Release a Showcase ``` interface = gradio.Interface(fn=search, inputs="text", outputs=[gradio.outputs.Image(type="filepath", label=None) for _ in range(5)] ) ```

I have finished running the code and there were no errors during the process,But Finally, the graphical interface raises a question, but the answer is unclear.There's no problem here midway(Total...

When I run to : def convert_video2gif(video_path, output_gif_path, num_samples=16): p = ( pipe.input('video_path') .map('video_path', 'video_frames', ops.video_decode.ffmpeg(sample_type='uniform_temporal_subsample', args={'num_samples': num_samples})) .output('video_frames') ) frames = p(video_path).to_list()[0][0] imgs = [Image.fromarray(frame) for frame in frames]...

现在模型从hugging face上无法进入怎么办呢,导致代码没法运行

When I write the text video retrieval function as a Python script, when using the function, GPU video memory increases with the increase of the number of uses (search), and...