persuader-ai

所属分类:人工智能/神经网络/深度学习
开发工具:Astro
文件大小:87KB
下载次数:0
上传日期:2023-05-05 02:25:16
上 传 者sh-1993
说明:  Persuader.ai是一个工具,旨在帮助内容创作者创建有说服力的点击诱饵标题和校准...
(The Persuader.ai is a tool designed to assist content creators in the creation of persuasive clickbait titles and Call-to-Action (CTA) phrases. It aims to inspire content creators and encourage the consumption of their content by potential viewers, readers, listeners, and customers.)

文件列表:
LICENSE.txt (1075, 2023-05-05)
api (0, 2023-05-05)
api\dotEnv (32, 2023-05-05)
api\index.js (200, 2023-05-05)
api\lib (0, 2023-05-05)
api\lib\error.js (220, 2023-05-05)
api\lib\httpServer.js (740, 2023-05-05)
api\lib\promise-any.js (383, 2023-05-05)
api\lib\routes.js (1031, 2023-05-05)
api\package.json (604, 2023-05-05)
api\services (0, 2023-05-05)
api\services\cohere-service.js (3004, 2023-05-05)
app (0, 2023-05-05)
app\.prettierrc.cjs (224, 2023-05-05)
app\.vscode (0, 2023-05-05)
app\.vscode\extensions.json (87, 2023-05-05)
app\.vscode\launch.json (207, 2023-05-05)
app\astro.config.mjs (287, 2023-05-05)
app\package.json (692, 2023-05-05)
app\postcss.config.js (102, 2023-05-05)
app\public (0, 2023-05-05)
app\public\favicon.svg (873, 2023-05-05)
app\src (0, 2023-05-05)
app\src\components (0, 2023-05-05)
app\src\components\Ai.jsx (4956, 2023-05-05)
app\src\components\CohereSVG.astro (3585, 2023-05-05)
app\src\components\Footer.astro (2836, 2023-05-05)
app\src\components\GithubSVG.astro (933, 2023-05-05)
app\src\components\LinkedInSVG.astro (1005, 2023-05-05)
app\src\components\Nav.astro (689, 2023-05-05)
app\src\components\Response.jsx (1198, 2023-05-05)
app\src\components\TwitchSVG.astro (656, 2023-05-05)
app\src\env.d.ts (39, 2023-05-05)
app\src\hooks (0, 2023-05-05)
app\src\hooks\api.js (1105, 2023-05-05)
... ...

[](https://persuaderai.christianvillegas.com/) # Persuader.ai ## What is this? The Persuader.ai is a tool designed to assist content creators in the creation of persuasive clickbait titles and Call-to-Action (CTA) phrases. It aims to inspire content creators and encourage the consumption of their content by potential viewers, readers, listeners, and customers. The tool can be utilized as is or integrated through its API for automated content publishing. For those seeking greater independence, the source code can be obtained from the [github repository](https://github.com/chrisvill2312/persuader-ai) for deployment on personal systems. (This tool was created as part of the applications created for the [Midudev's AI Hackaton constest](https://github.com/topics/midudev-cohere-2023)) ## Persuader.ai's API The endpoints of this API are: (Using https://persuaderai.christianvillegas.com/ as a base URL) A POST to "/api/clickbait" generate clickbait titles. A POST to "/api/cta" generate Call-to-Action (CTA) phrases. You need to give the prompt and quantity in a JSON on the body of the HTTP request on both of the endpoint, someting like this: { "input":"the result of being a bad person", "quantity": 2 } As a result the server gives you JSON with an array of strigs like this: [ "This Is What Happens When You Are A Bad Person", "This Is What Happens If You Are A Bad Person" ] ## If you want to fork or download this project Don't forget to create a .env file on the API folder. It should contained: API_KEY=ofCohere'sAPI PORT=10002 // the port of the http server

近期下载者

相关文件


收藏者