I read it and confirm it's garbage, a computer + a camera… Anyone can do the same demo with GPT's API, capturing 1 frame every 5 seconds and adapting in real-time.
TECHNOLOGY
-

Model-Based Design Accelerates Software-Defined Vehicle Development
By
–
From concept to the road: discover how model-based design and cloud technology are accelerating the development of software-defined vehicles. Watch the full video: https://
spr.ly/6016dMWkg #SoftwareDefinedVehicles #Automotive #DigitalTwins -

Residual Quantisation: VQ-VAE Improvement for Data Compression
By
–
This is a great K-AI paper on residual quantisation. It is an improvement over VQ-VAE. In short, after quantising the data (images, video, audio) one also quantizes the resulting error to get a finer aggregate description, which is then passed to the decoder. @kchonyc I’m
-
The Future of Work: Innovative Workspace Solutions
By
–
This is the future of work.
— Pascal Bornet (@pascal_bornet) 16 mai 2024
Would you use it?
Source: Altwork #futureofwork #business #innovation #tech #design #work pic.twitter.com/plCZw81oJ0This is the future of work. Would you use it? Source: Altwork #futureofwork #business #innovation #tech #design #work
-
Scrapy vs Crawlee: Best Web Scraping Library in 2024
By
–
Scrapy Vs. Crawlee Which web scraping library you should choose in 2024? I made a comparison on the basis of: – Languages (Python/JS)
– Proxy Management
– Autoscaling
– Anti-blocking & fingerprints
– Error Handling, etc. Read on @ThePracticalDev
: -

GPT-4 Improvements: Predicting AI Progress Over Next Year
By
–
Just over a year in and GPT4 is now 12x cheaper, faster, better. What's your prediction after another year?
-
SpinLaunch: Revolutionary Vacuum Centrifuge Satellite Launch Technology
By
–
The beauty of physics!
— Pascal Bornet (@pascal_bornet) 16 mai 2024
SpinLaunch is a giant vacuum centrifuge for launching 200kg satellites into orbit at 5,000 mph
>> It utilizes 4x less fuel, for 10x less cost!
Is this a threat to SpaceX?
Source: @cctech100#innovation #space #rockets #satellites #physics #engineering pic.twitter.com/qiwe80a2SGThe beauty of physics! SpinLaunch is a giant vacuum centrifuge for launching 200kg satellites into orbit at 5,000 mph
>> It utilizes 4x less fuel, for 10x less cost!
Is this a threat to SpaceX? Source: @cctech100 #innovation #space #rockets #satellites #physics #engineering -
Streamlit App Demo for Local AI Scraper Tool
By
–
Working Application demo using Streamlit
— Shubham Saboo (@Saboo_Shubham_) 16 mai 2024
Paste the above code in vscode or pycharm and run the following command: 'streamlit run local_ai_scrapper.py' pic.twitter.com/5IMUcdFS0cWorking Application demo using Streamlit Paste the above code in vscode or pycharm and run the following command: 'streamlit run local_ai_scrapper.py'
-
Web Scraping with SmartScraperGraph and Streamlit Button
By
–
9. Scrape the website and display the result • Add a "Scrape" button using 'st.button()'
• When the button is clicked, run the SmartScraperGraph and display the result using 'st.write()' -

Building Web Scraping Pipelines with LLMs and Streamlit
By
–
4. Import necessary libraries • Streamlit for building the web app
• Scrapegraph AI for creating scrapping pipelines with LLMs
