Spend 1 minute a day to get selected cutting-edge AI information.
Content includes but is not limited to cutting-edge AI news, AI tools, AI painting, open-source projects, and learning tutorials, etc.
Follow the AI Daily to keep up with AI trends, and we hope it helps you. For important information, we will post independently for detailed introductions.
Below is the latest AI information for August 4.
Cutting-edge Technology
1. A DiT framework Tora that can control the trajectory of objects.
By inputting prompt words + trajectory route, it generates motion videos that follow the trajectory, which can be used for video generation with different durations, aspect ratios, and resolutions.
Detailed introduction: https://ali-videoai.github.io/tora_video/
Open Source Projects
1. An open-source AI search engine framework MindSearch.
It has the same performance as Perplexity.ai Pro and allows you to easily build your own search engine. It supports using Claude, OpenAI, or InternLM2.5-7b-chat large language models.
GitHub: https://github.com/InternLM/MindSearch
Features include:
- 🤔 Any question you want to know: MindSearch solves various problems you encounter in life through search.
- 📚 Deep knowledge exploration: MindSearch provides broader and deeper answers by browsing hundreds of web pages.
- 🔍 Transparent solution path: MindSearch provides complete content such as thought paths and search keywords, improving the credibility and usability of replies.
- 💻 Multiple user interfaces: Provides various interfaces for users, including React, Gradio, Streamlit, and local debugging. Choose any type as needed.
- 🧠 Dynamic graph construction process: MindSearch breaks down user queries into sub-problem nodes in the graph and gradually expands the graph based on WebSearcher's search results.