Input 3D OBJ file
Default: "google.com"
Target number of faces for the simplified mesh
Default: 5000
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run myaiteam2/3d-simplify using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "myaiteam2/3d-simplify:a04a4efd89940b82514a99517d6c030ced950bebefcc1614586b82d253857fee", { input: { mesh_file: "google.com", target_faces: 5000 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
import replicate
output = replicate.run( "myaiteam2/3d-simplify:a04a4efd89940b82514a99517d6c030ced950bebefcc1614586b82d253857fee", input={ "mesh_file": "google.com", "target_faces": 5000 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "myaiteam2/3d-simplify:a04a4efd89940b82514a99517d6c030ced950bebefcc1614586b82d253857fee", "input": { "mesh_file": "google.com", "target_faces": 5000 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
No output yet! Press "Submit" to start a prediction.
This model runs on CPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.
Create cool looking gold metal things!
I been making Ai music and keep trying to end the song and waste alot of credits, so instead i just coded a audio trimmer with a fade last 2.5 seconds options ha. Enjoy!
I found this cool audio wave generator and made it my own.
Just some good ole beautifulsoup scrapping URL magic. (some sites don't work as they block scrapping, but still useful)
Turns 10 mp4 into 1
This model is cold. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.
Choose a file from your machine
Hint: you can also drag files onto the input