Prashant Saikia
Prashant Saikia
The code below is supposed to colour all the states of Vietnam: ``` import pandas as pd import matplotlib.pyplot as plt from mpl_toolkits.basemap import Basemap fig, ax = plt.subplots(figsize=(10,20)) #...
I am making a computer vision [app](https://github.com/PrashantSaikia/Body-Movement-Comparison-with-Mediapipe) where I need to display the webcam stream on the browser. Is there a way to do this currently in pywebio? For example,...
After I draw the bounding box on the object I want to track, when I press `p` again, I get the following error: ``` Object selected at [(857, 280), (912,...
I get this error when I run the code given in the Readme as "simplest use of auto_gptq to quantize a model and inference after quantization". I also get the...
### Describe the bug In Mac OS, starcoder does not even load, probably because it has no Nvidia GPU. In Windows, the main issue is the dependency on the `bitsandbytes`...
When I run the two jupyter notebooks, or even `main_end2end.py`, I get the following error: ``` --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in 76 for ain in ains: 77...
This is what I get when I run: ``` >>> docker-compose up time="2023-10-31T12:40:57+01:00" level=warning msg="The \"OT\" variable is not set. Defaulting to a blank string." time="2023-10-31T12:40:57+01:00" level=warning msg="The \"OT\" variable...
My Chainlit app builds and runs in Docker, so I went ahead to deploy it in our AWS Kubernetes cluster. And although it deployed without any error, when I go...
I have a list of 1500 odd addresses that I want to geocode. My code for this is below: ``` import pandas as pd import geocoder data = pd.read_csv(r'path/to/dataset.csv', encoding='ISO-8859-1')...