Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
6 views

I am trying to use the Google Gemini API with langchain-google-genai in Python. I want to use the Free Tier, so I created a fresh project in Google AI Studio (without linking any billing account). ...
skullXcalibre's user avatar
0 votes
1 answer
13 views

I’m working with a large pandas DataFrame (~5 million rows, ~40 columns). When I try operations like: df = df.fillna(0) # or df = df.dropna() my RAM usage spikes and sometimes my Jupyter notebook ...
Sanjay D S's user avatar
-3 votes
0 answers
16 views

I have a business requirement where I have to build a AI model to validate the uploaded documents are real or fake.holograms will be there on the documents. Please provide me the steps to acheive this
V.Naga divya's user avatar
-3 votes
0 answers
16 views

I’ve been reading about Python’s Global Interpreter Lock (GIL), and I’m a bit confused about how it actually works behind the scenes. From what I understand, the GIL allows only one thread to execute ...
Yash Gupta's user avatar
-8 votes
0 answers
44 views

import tkinter as tk import customtkinter as ctk # =============================== # CONFIGURATION GLOBALE # =============================== ctk.set_appearance_mode("dark") ctk....
Prince Simbi's user avatar
-4 votes
1 answer
68 views

In the Python program below: a = 3 if a > 10: print("gt10") elif a > 5: print("gt5 lt10") elif a > 2: print("bw25") else: # Line 9 pass when I ...
Eshgin's user avatar
  • 1
-4 votes
0 answers
32 views

I am working with the Medical Segmentation Decathlon (MSD) Task 1 brain dataset where each volume has shape (H=240, W=240, D=155, C=4) (height, width, depth, 4 channels). I'm building a data ...
Ahmed's user avatar
  • 97
-3 votes
0 answers
22 views

so when i run the code it just says Blink (Python) stopped. Starting Blink (Python)... why ? i don't need to show the code of each file cuz it's gonna be too long u may need the pic of the iot syst ...
Mohamed Seif Ben Salah's user avatar
0 votes
0 answers
20 views

The notebook exploring this issue can be found here. https://github.com/worldbank/GOSTrocks/blob/fathom/notebooks/FATHOM/PROCESSING_NOTEBOOKS/generate_fathom_vrts_and_STAC_catalog.ipynb I am trying to ...
Benjamin Stewart's user avatar
-4 votes
0 answers
29 views

In this exercise I expected A) ([0],) to be the correct answer because a tuple is immutable: import copy def fun(c1, c2, c3): c1[0].append(1) c2[0].append(2) c3[0].append(3) a = ([0],) ...
Gijs van Gelderen's user avatar
0 votes
1 answer
29 views

I’m working with a Python monorepo that contains several applications and shared libraries. Each environment (dev, staging, prod) requires different dependency constraints. For example: dev allows ...
Fernando Valderrama Guayán's user avatar
-4 votes
1 answer
30 views

Fairly new to django so there must be a lot I have no idea about. How can I assign user related permissions to user groups in a post migration signal? I have read everywhere that post migration signal ...
Nex's user avatar
  • 179
Advice
0 votes
1 replies
23 views

Hii I need some suggestions I am planning to build a Specific task performing bot services thing. so far I have build a program that uses OCR for text detection and if that text is there it does the ...
Mec New's user avatar
0 votes
0 answers
35 views

I am attempting to scan specific names from a CDL file (a variant of SPICE) which is a line oriented syntax. Superficially, regex would work, but is in fact more complex given the full language ...
Robert Heaton's user avatar
1 vote
1 answer
37 views

I’m trying to install gpaw so I can learn to do some dft calculations. However, when trying to install it in windows in the cmd with pip I get the following answer: Collecting gpaw Using cached gpaw-...
Igor Tatsuo Antony Inoue's user avatar

15 30 50 per page
1
2 3 4 5
147282