800 free computer science classes you can take online right now: http://
bit.ly/800CSclasses
CODE
-

800 Free Computer Science Classes Available Online Now
By
–
-
Free Chatbot Editor for Instant Writing Feedback and Learning
By
–
And tomorrow, I'm going to show 3,426+ subscribers to my newsletter how to create a free Chatbot Editor to get instant feedback on any of your work. It could massively increase your rate of learning and improve almost anything you write. Join us here:
-
OCR and QA Library Enables Intelligent PDF Document Interaction
By
–
Lots of older docs are in PDFs. That makes them hard to search and work with.
— LangChain (@LangChain) 8 janvier 2023
This library combines OCR with Question/Answering to allow you to talk with any PDF file
Awesome stuff https://t.co/qqhinBsV8bLots of older docs are in PDFs. That makes them hard to search and work with. This library combines OCR with Question/Answering to allow you to talk with any PDF file Awesome stuff
-
Building Twitter Bot for Automated Image Alt Text Generation
By
–
Trying to build a twitter bot that automatically creates alt text for images for accessibility at the @huggingface hackathon with team3. Anything specific to know/that would be helpful?
-

100+ Free Data Science Books for Machine Learning and AI
By
–
Free eBooks: 100+ Free Data Science Books http://
bit.ly/3AAD4At #NeuralNetworks #MachineLearning #TensorFlow #100DaysOfCode #BigData #Analytics #DevCommunity #Programming #IoT #javascript #Linux #Cloud #Serverless #womenwhocode #Python #RStats #DeepLearning #AI #DataScience -
LangChain Notebook Replicates ChatGPT Functionality
By
–
@cyberfilmai we even have a notebook replicating ChatGPT! https://
langchain.readthedocs.io/en/latest/modu
les/memory/examples/chatgpt_clone.html
… -
Vector Search and Map-Reduce Chains for Document Question Answering
By
–
exactly! if doc is larger you can still prune with the vector search, so you may not need to chain. but you could also load more documents and do a map-reduce chain over them. See these docs for QA in general: https://
langchain.readthedocs.io/en/latest/use_
cases/question_answering.html
… and let us know if any questions! -
Flutter shader compilation stutter reveals app framework on iOS
By
–
That initial shader compile stutter on iOS immediately gives away that an app is made with Flutter.
-
Exploring nbterm and jpterm development tools for AI workflows
By
–
Wow exciting news! You might find nbterm and jpterm from @davidbrochart useful to study.
-
ChatGPT Impresses with Code Understanding but Makes Logic Error
By
–
That thread is what made me go attempt to do some of my work today with ChatGPT — optimizing a chunk of logic was on my todo list, so I asked ChatGPT. I was really impressed by how it understood the code, but then it made the logic error.