8,778 questions
Advice
18
votes
25
replies
2k
views
How do you learn without AI?
I started coding a few years ago, and I didn't know where to find resources for how to code.
I'm working on a messaging app with a front end in React Native and a back end in Go. My go-to workflow is ...
Advice
0
votes
0
replies
19
views
Generating Logo's with different styles - I get distorted results
I am building a small app and one of the features is, the user upload a logo and can select different types of visual styles.
the logo should be generated in that style.. like minimalistic design , 3d ...
Advice
0
votes
1
replies
28
views
Data-scheme enriched with meaningful explanations for AI
Is there any TypeScript-safe library that can automatically generate a schema from a real dataset, but with more than just field names and types?
I mean something that can look at real data and ...
Best practices
1
vote
1
replies
64
views
How to build an OCR system in Flutter that can extract structured data from multiple bill formats?
I am trying to build an OCR feature in my Flutter app that can read hotel bills in multiple formats. The challenge is that these bills do not follow a fixed layout. From each bill, I need to extract ...
Best practices
0
votes
1
replies
49
views
What’s the best architecture for mixing local AI + cloud AI inside a React/JS app without turning the codebase into spaghetti?
I’m trying to design a “future-proof” React/JS setup where the app can switch between different AI backends (local models like WebGPU/WebLLM, API models like OpenAI/Gemini, and maybe even custom ...
Advice
0
votes
1
replies
74
views
How to read a large Python project (for example, a project of Deep Learning or Reinforcement Learning)
I've downloaded many Python projects about Reinforcement Learning from Github, but each takes me too much time to read.
It's easy to comprehend a simple Python project with only a few *.py files, but ...
-4
votes
0
answers
79
views
Access to this model is not available for channel program accounts. Claude Sonnet 4.5 Model [closed]
I am trying to invoke AWS Bedrock Claude Sonnet 4.5 model. I am getting below error botocore.errorfactory.ValidationException: An error occurred (ValidationException) when calling the InvokeModel ...
0
votes
0
answers
30
views
When Running a GGUF Model from Hugging Face Using Ollama, How Will the Modelfile Be Selected?
Background Knowledge
According to the Hugging Face documentation, now it's supported to run a GGUF model directly using Ollama with ollama run hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF something like ...
Tooling
0
votes
0
replies
29
views
How do you disable the "Potentially dangerous command" warning in the continue extension for vscode?
I'm running a Dell Pro Max GB10 and set up ollama on it. I'm trying out the continue extension and using my GB10 as the backend. However, the extension wants to warn me about every command it deems ...
3
votes
5
answers
10k
views
Google Generative AI: 404 "models/gemini-1.5-flash is not found" error when calling generateContent
I have a Flask application that integrates with Google Generative AI (Gemini) and Google Calendar. It used to work fine, but recently I started running into two issues:
Model not found (404) error
...
-7
votes
0
answers
57
views
How can I project the 3D bounding boxes on an image [closed]
I am trying to project 3d bounding boxes on vehicles and pedestrians using a detector model. I ran the inference with 6 images and got output in the below format. Now i want to project the boxes on ...
0
votes
0
answers
25
views
Speed up LangGraph REACT + RAG.(Multi-Agent Chatbot)
I’m trying to reduce latency in a LangGraph-powered chatbot that uses 14 REACT-style agents. The RAG layer pulls external knowledge from a vector DB.
The issue:
The REACT reasoning loop triggers ...
Advice
0
votes
1
replies
51
views
Speech to AI generated image
i have a project for a museum where i need to develop a generative AI program to interpret visitors' words and transform their stories into stylized digital drawings.
The visitor push on a buton then ...
0
votes
2
answers
5k
views
Gemini AI is not available in my Android Studio [closed]
It's well known that Gemini is now supported in Android Studio. But as we know that Gemini has a limitation for some country. Well, I can run Gemini with all of my Google Accounts at the Gemini ...
Tooling
0
votes
3
replies
145
views
How to make an AI model come alive?
For fun, I developed an AI model with short-term, medium-term, and long-term memory, inspired by neuro-sama. (I'm a regular backend developer, I don't know much about AI).
How it works:
mic -> vad -...