Register your ai content created using NFT's
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.
We have added a new feature that allows users to generate AI-based videos. Here are the instructions on how to use this feature:
- Navigate to the "Generate" page in the app.
- Enter the URL of the video you want to generate.
- Click the "Generate Video" button.
- Wait for the video to be generated. You will see a loading spinner while the video is being generated.
- Once the video is generated, it will be displayed on the page. You can play the video directly from the app.
This feature uses the OpenAI API to generate videos based on the provided URL. Make sure to have your OpenAI API key configured in the environment variables.