I spent my afternoon coding with #ChatGPT at work to develop AI. In short: – Great for getting standard functions (plots, cross-validation, etc.)
– Useless for adapting to the latest library versions and often gives nonsense
– Single file only 🙁
CODE
-
Experimenting with ChatGPT for coding
By
–
-
Using Mask Option with Stable Diffusion Inpainting Model
By
–
If you used the mask option, use this model: https://
replicate.com/stablility-ai/
stable-diffusion-inpainting
… -
Stable Diffusion img2img and inpainting models separated
By
–
img2img and inpainting have moved to two separate models. If you used the init_image option on Stable Diffusion 1.5, you now want to use this model: https://
replicate.com/stablility-ai/
stable-diffusion-img2img
… -
LangChain 0.0.30: New add_examples Method for ExampleSelector
By
–
LangChain version 0.0.30: Add an `add_examples` method to the ExampleSelector class This was an idea from @sjwhitmore
, allowing for automatic updating of the examples used in prompts based on user feedback -
Frontend Developers: Masters or Servants of Computers?
By
–
as a frontend dev do those computers work for you or do you work for those computers
-

Developer Salaries: Tech Skills and Computing Power Command Premium Pay
By
–
P.S. It also partially explains why devs tend to get paid more than nondevs (can wield tech better), and data and infra devs tend to get paid more than frontend devs (can command more computers)
-

Automating Image Annotation Pipelines with OpenCV and AI
By
–
AI is revolutionizing assisted and automated annotation. Annotation is one of the most crucial parts of any Deep Learning project. This blog post will dive deep into automating annotation pipelines just using OpenCV!https://t.co/z0sye0vdZc #ai #annotation #computervision pic.twitter.com/dRwaq40DVO
— Satya Mallick (@LearnOpenCV) 6 décembre 2022AI is revolutionizing assisted and automated annotation. Annotation is one of the most crucial parts of any Deep Learning project. This blog post will dive deep into automating annotation pipelines just using OpenCV! https://
learnopencv.com/automated-imag
e-annotation-tool-using-opencv-python/
… #ai #annotation #computervision -

ChatGPT Generated CAD Step File for Screw: Early Attempt
By
–
used chatGPT to generate a CAD step file for a screw took about 10 "continue from this line " commands to finish and the file was empty when I tried to view it in inventor so not entirely correct but hey it's a start 3d models from llm's would truly be something
-
Building Next.js Project in Replit with ChatGPT Assistance
By
–
made it entirely with next.js in replit. chatGPT carried the initial code, great boilerplate for me to build off of. if I were to guess, 75% of the code was generated by chatGPT but not in one shot, required lots of little iterations