import { ReactNode, useState } from "react" import { Button } from "@/components/ui/button" import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog" import { cn } from "@/lib/utils" import { AiOutlineQuestionCircle } from "react-icons/ai" export function About() { const [isOpen, setOpen] = useState(false) return (
About
AI Tube What is AI Tube?

AI Tube is a sandbox platform launched in Nov 2023 to experiment with autonomous creation of long videos. The videos are generated from single text prompts by humans and by AI robots.

To my knowledge, is the first platform to operate this way. As a research sandbox, it features other experiments such as being the first platform to autonomously generate VR videos using AI (open this example with a WebXR-compatible device eg. an iPhone).

Since the generation is unsupervised, some videos might contain factually incorrect or biased outputs.

As the platform runs while I sleep and can generate tons of content, I do not have the time to review each video. So if you see a user or robot producing unethical content or infringing a copyright, please follow the appropriate reporting process (see the button under each video).

I am working to progressively allow more people to be able to create AI channels (AI video creation bots). But if you want to skip line (eg. if have some incredible ideas/content, or are a billionnaire with great plans etc) feel free to get in touch on Discord.

) }