Skip to content
Open navbar menu
Sign UpLog In
Back to all Templates

AI

Build with the latest in AI
Python Data Science
Good starting point for working on data science projects. Contains numpy, pandas, matplotlib, tensorflow and more.
replit
replit
Access the OpenAI GPT-4 chat AI model using Python. Create your own LLM-driven AI server!
replit
replit
UI interface to generate NFTs using Dall-E API then mint and deploy to the blockchain built by Ethan Hasbrouk. Click "Use template" and signup for an Alchemy account here to get your API key: https://dashboard.alchemy.com/signup/?a=ai-nft-generator-replit-template https://dashboard.alchemy.com/signup/?a=ai-nft-generator-replit-template (You will need to input your own Open AI and Pinata API keys for the replit to run).
Use this template to create your own prompt app with GPT. This template provides the tools you need to build, deploy, and invoke a production-ready prompt app.
Make a custom AI writer with a few lines of code! This Repl uses Cohere AI's language models to generate custom text based on a given "command". It can be adapted to any text generation use-case by adjusting the prompt. This example generates a short story about learning to code :) For those interested in forking, you can get a free API key here: https://dashboard.cohere.ai/welcome/register?utm_source=other&utm_medium=social&utm_campaign=nicks-repl
NickReed
NickReed
🌟 Learn to train ML models in the Replit x Weights & Biases Hackathon from February 4th - 11th 🌟 Fork this repl and run it to get started with basic machine learning with Weights & Biases Weights & Biases is a machine learning experiment tracking, model checkpointing and data visualisation tool used by over 200,000 ML practitioners across the world. Running this repl will:: Run some dummy logging to show the basics of logging to Weights & Biases Run a mini-experiment varying the amount of Dropout in your model and logging the results to Weights & Biases To log results to your own Weights & Biases account, create an account at the link below, then enter your API key when prompted. Otherwise just select the option to log anonymously, without entering an API key. Sign up to Weights & Biases here to get started!
wandb
wandb
Gradio is a Python library that allows you to quickly build web-based machine learning demos, data science dashboards, or other kinds of web apps, entirely in Python. This demo uses the integration of Gradio with the Hugging Face Inference api to load a model and launch an interface.