> For the complete documentation index, see [llms.txt](https://tiansz.gitbook.io/kaggle-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tiansz.gitbook.io/kaggle-ai/readme.md).

# 资源合集

[github仓库链接](https://github.com/tiansztiansz/kaggle-AI)

## 在线工具类

* [Poe：交互界面更友好的聊天机器人](https://poe.com/)
* [ChatPPT：模板生成工具](https://www.chat-ppt.com/)
* [Forefront Chat：免费的 ChatGPT4 和 ChatGPT3.5](https://chat.forefront.ai/)
* [DeepL翻译：全世界最准确的翻译](https://www.deepl.com/translator)
* [logo.com：人工智能生成logo](https://logo.com/)
* [阿里云盘：不限速的网盘](https://www.aliyundrive.com/sign/in)
* [GitBook：开源免费的知识系统整理工具](https://www.gitbook.com/)
* [GitHub：开源免费的项目托管平台](https://github.com/)
* [谷歌学术：论文检索网站](http://www.google-hub.com/)
* [Kaggle：数据科学竞赛网站，在线 notebook 分享网站](https://www.kaggle.com/)
* [知网查重：个人查重服务](https://cx.cnki.net/#/login)
* [Hugging Face：开源免费的模型和数据集共享平台](https://huggingface.co/models)
* [Emojipedia：表情符号合集](https://emojipedia.org/)
* [iconfont：矢量图标网站](https://www.iconfont.cn/)

## 工具下载类

* [DBeaver：开源免费的数据库工具](https://dbeaver.io/download/)
* [VS Code：可能是目前最强大的编辑器](https://code.visualstudio.com/download)
* [向日葵：远程电脑控制和远程文件传输](https://sunlogin.oray.com/download?categ=personal)
* [drawio：开源免费的流程图绘制软件](https://github.com/jgraph/drawio-desktop/releases)
* [To Do：微软出品待办事项记录工具](https://todo.microsoft.com/tasks/zh-cn/)
* [Postman：APIs 测试和调试工具](https://www.postman.com/)
* [必剪：视频剪辑工具](https://bcut.bilibili.cn/)

[计算机视觉](https://github.com/tiansztiansz/kaggle-AI/blob/main/熟悉NLU模型的代码/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tiansz.gitbook.io/kaggle-ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
