Community
Applications of Generative AI with Replit and NVIDIA
Wed Mar 22 2023
Replit 101 Coding Helpline
Wed Mar 29 2023
Old Coder, New Tricks | feat/ Kody Low
Wed Apr 05 2023
Explore the Community Hub
FEATURED
TOP GLOBAL TIPPERS
1
JDOG787
110.2K
2
d31337
97.4K
3
CoderGautamYT
34.2K
4
SHADOWMSTD
29.1K
5
vertal
25.5K
389
Did you like me?Checks if you liked and who liked a repl :)
Works only on published repls.
Credits: @PikachuB2005 - published an initial version of the query which made this possible.
Removed duplicate entries
You won't see likes which are result from an update anymore.6
extractorWeb scraping as a service - powered by ChatGPT! Use natural language to describe what content you want extracted.
190
2
6
5
AskAPI“Simple flask-based Python API for retrieving information about a user from ask.replit.com, such as cheers, solutions, signup-date, and overall user stats.” - @functionally
Usage:
Send a request to https://AskAPI.milocat.repl.co/username, replacing username with the username you want data about.
All credits to @functionally, the only thing I did was turn this into an actual API.
Currently working on:
Multiple endpoints for specific data
61
34
5
3
AI image generator (free API for everyone, no restrictions)Generate images from a text prompt using DALLE-E mini for absolutely free.
The api has no rate limits and no api keys.
This api generates high resolution images (1024x1024) pixels.
the api takes one minute to generate nine high resolution images.
this api uses craiyon.com's reverse engineered backend api which is completely free to use and has no rate limits.
15
1
3
5
ChatGPT-Replit (Headful Puppeteer + NodeJS ChatGPT-API)How to use it?
Fork the Replit Template to your account
Create two Replit Secrets (Tools > Secrets): one for your EMAIL and one for your PASSWORD. This is important to keep your account info private.
Set the account type by changing "isLogin" variables inside the 'index.js' file
For OpenAI Account, both values have to be false:
const isGoogleLogin = false;
const isMicrosoftLogin = false;
For Google Account, set Google to true and Microsoft to false:
const isGoogleLogin = true;
const isMicrosoftLogin = false;
For Microsoft Account, set Google to false and Microsoft to true:
const isGoogleLogin = false;
const isMicrosoftLogin = true;
You're all set! Press 'Run' to say "Hello World" to your ChatGPT instance
Edit the index.js to use the ChatGPT-API according to your needs
Cleaning index.js code
Contributions by shêr on the ChatGPT Hacking Discord - https://discord.gg/bznweY7b4
language detectordetects your language! have fun :)
54
12
4
2
Image To AsciiModified the code from @beliefs
Features:
Profile pic to ASCII
Image URL to ASCII
(last but DEFINITELY not least) ai image generation to ASCII!
USE FULLSCREEN OR IMAGES WILL LOOK WEIRD
30
10
2