/cogen

AI Content Generator using 0rbit

Primary LanguageTypeScript

Content Generator Using 0rbit 💫


Usage:

  1. Connect your wallet by following the on-screen instructions.
  2. Enter the topic for which you want to generate content.
  3. Click the "Generate" button to initiate the 0rbit process.
  4. The generated content will be displayed on the frontend.

Setup

To set up the repository, follow these steps:

Frontend

  1. Navigate to the client directory:
cd client
  1. Install the required dependencies:
npm install
  1. Start the development server:
npm run dev

Server

  1. Navigate to the server directory:
cd server
  1. Install the required dependencies:
npm install
  1. Start the development server:
node index.js

aos

  1. Navigate to the process directory:
cd process
  1. Load the AI script:
.load ai.lua
  1. Add the process ID inside the client/utils/getBlog.ts file.

Powered by 0rbit 💫

The 0rbit process allows us to bring any data from the outside world to our AO process, enabling seamless integration and content generation.
Feel free to explore the code and customize it according to your needs. If you have any questions or suggestions, please open an issue or submit a pull request.