Spend 1 minute each day to get selected cutting-edge AI information.
The content covers, but is not limited to, cutting-edge AI news, AI tools, AI art, open-source projects, and learning tutorials, etc.
Follow AI Daily to stay up to date with AI trends, and we hope it helps you. For important information, separate posts will be made for detailed introductions.
Here is the latest AI information for August 20th.
Cutting-Edge News
1. Google and major LLM companies have started a price war!
They announced a free Gemini API quota of 1.5 billion tokens per day for developers.
Details: https://ai.google.dev/pricing?hl=zh-cn
2. Luma has released version 1.5 of its video generation model.
The text-to-video capability has been significantly improved, with better text understanding, and the image-to-video feature has also seen some enhancements.
Cutting-Edge Technology
1. A text-based instant image editing technique: TurboEdit.
This allows users to quickly edit images through simple text descriptions, while also supporting localized control of certain features, such as changing a person's hair, without altering the overall image.
Detailed introduction: https://betterze.github.io/TurboEdit/
Currently, it is only at the research paper stage, and the code is not yet open-source. From the demonstration videos, it appears to accurately modify specified attributes of objects, and the generation speed is very fast.
Open Source Projects
1. A powerful web scraping tool based on OpenAI LLM: CyberScraper 2077.
It integrates a large language model, intelligently understands and parses web content, and provides an easy-to-use visual interface, making it accessible even without programming knowledge.
GitHub: https://github.com/itsOwen/CyberScraper-2077
Features:
- AI intelligent extraction: Uses AI to intelligently understand and parse web content, performing efficient data extraction.
- User-friendly interface: Provides a visual interface that allows for easy operation without complex programming knowledge.
- Multiple export formats: Supports exporting data in formats such as JSON, CSV, HTML, SQL, or Excel.
- Incognito mode: Effectively avoids being detected as a bot, enabling safer data scraping.
- Asynchronous operation: Super fast data scraping speed.
- Intelligent parsing: Capable of structuring the scraped content.
- Legal scraping: Adheres to robots.txt and site policies.