Roshanlal

Results 26 issues of Roshanlal

We often don't know that the camera stream is down. A feature that alerts users through Telegram message or any other notification service that a camera stream is down will...

The overall working of the tool is great. It will be helpful if the received images containing the detected person/activity has some sort of timestamp with or on them. This...

enhancement

Added a prompt to summarize a document, where the contents of the document are required to be sent as smaller, segmented paragraphs in the prompt. # Add New Prompt >...

Added document summarizer in prompts.csv # Add New Prompt > ⚠️ PLEASE INCLUDE YOUR PROMPTS IN BOTH THE `README.md` and `prompts.csv` FILES FOLLOWING THE GUIDELINES PROVIDED BELOW. You'll need to...

This issue occurs when I provide a Youtube link. I'm on Windows 11 (Python 3.10.6) using command `python app.py` ``` Traceback (most recent call last): File "/home/ethan/.local/lib/python3.10/site-packages/gradio/routes.py", line 401, in...

I executed the command `python app.py` and provided a YouTube video link through the web interface, but received the following error message: ``` Traceback (most recent call last): File "C:\Users\rosha\Downloads\Compressed\whisper-jax-main\whisper\lib\site-packages\transformers\pipelines\audio_utils.py",...

I have just started working with this awesome repository. One way to improve the user experience would be to create a requirements.txt file to install the required frameworks for this...

I have recently found this excellent repository through an article on the internet. I tried my hands to implement what I need I need but have failed. I have these...

:grey_question: Question

I have used to following code for testing (available in documentation): ``` import super_gradients yolo_nas = super_gradients.training.models.get("yolo_nas_l", pretrained_weights="coco").cuda() yolo_nas.predict("https://deci-pretrained-models.s3.amazonaws.com/sample_images/beatles-abbeyroad.jpg").show() ``` but I received the following error: ``` The console stream...

install issue

I love this repository. It is powerful and easy to implement. The main feature of this repository for me is that it takes multiple camera streams as input without much...