Irrelevant for ChatGPT screenshots, which are fine, but extremely important when screenshotting OpenAI Playground.
TOOLS
-

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 -

Product Assortment Optimization with Artificial Intelligence
By
–
Use Artificial Intelligence to stock the right products to meet demands. Read the assortment optimization use case https://h2o.ai/solutions/use-case/assortment-optimization/?utm_medium=Organic-Social&utm_source=twitter&utm_campaig=usecase
… -

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
-
Future Feature Ideas: Group Chat, Embeddings, and Author Simulations
By
–
possible future iterations:
-group chat, engage with all authors at once
-embeddings, include actual books and connect them with model to achieve better info retrieval
-simulate, view conversations between two authors -
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
-
ChatGPT: A Transformative AI Tool Like Google’s Launch
By
–
I remember well when Google was first released. I felt confident that it would become a critical tool that we'd all rely on. I haven't felt that way again, until now: ChatGPT. In just a few days I've gotten so much out of it.
-
Create Your Own Personal AI Assistant
By
–
Introducing Character What if you could create your own AI, and it was always available to help you with anything? Imagine everything it could do for you…
-
Prompt injection tricks model into believing web browsing, client handles image retrieval
By
–
Uses prompt injection to (falsely) convince the model it can browse the web, so it’s willing to recall well known URLs. Image retrieval occurs only on the client. Model cannot see image content beyond its URL. h/t @BBacktesting for reminding me this is possible.