英文:
Text to Image API
问题
以下是已翻译的内容:
"Can someone please suggest me some Free API's for Text to Image AI Tool only for developing purpose.!"
我可以为开发目的提供一些免费的文本转图像AI工具的API吗?
"I got this API
https://rapidapi.com/seikan/api/img4me-text-to-image-service/"
我找到了这个API
https://rapidapi.com/seikan/api/img4me-text-to-image-service/
"When I research some API I got this API and can someone tell me is this good for my application?
I am creating it in react!"
当我研究一些API时,我找到了这个API,有人可以告诉我这个API是否适合我的应用程序吗?
我正在使用React创建它!
英文:
Can someone please suggest me some Free API's for Text to Image AI Tool only for developing purpose.!
I got this API
https://rapidapi.com/seikan/api/img4me-text-to-image-service/
When I research some API I got this API and can someone tell me is this good for my application?
I am creating it in react!
答案1
得分: 0
我知道两种不同的方法来实现这个。
1) DALL·E OpenAI
OpenAI发布了一个名为"DALL·E OpenAI"的API。它可以帮助您根据给定的文本以及描述来创建图像。
这里有一些您可以用于实现的文章。
官方文档: https://openai.com/blog/dall-e-api-now-available-in-public-beta
一些在ReactJS中的实现技巧:
-
https://betterprogramming.pub/build-a-react-app-using-dall-e-api-bd15d5d67b31
-
https://www.makeuseof.com/react-dall-e-image-generator-application-build-api/
要了解更多详情,请访问:https://openai.com/research/dall-e
2) Unsplash API
这是最常用和流行的照片搜索引擎之一。
这里是使用ReactJS的实现技巧:
如果您有任何疑问,请告诉我。
英文:
I know two different ways for this.
1) DALL·E OpenAI
openAI release an API for this named "DALL·E OpenAI". It can help you to create image based on given text as well as description.
Here, are some of the articles which you can explore for implementation purpose.
Official Documentation: https://openai.com/blog/dall-e-api-now-available-in-public-beta
Some implemetation techniques in ReactJS:
-
https://betterprogramming.pub/build-a-react-app-using-dall-e-api-bd15d5d67b31
-
https://www.makeuseof.com/react-dall-e-image-generator-application-build-api/
To know more in detail: https://openai.com/research/dall-e
2) Unsplash API
It is one of the most used and popular photo search engines.
Here, is the implementation technique using ReactJS:
Let me know if you have any doubt.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论