-
- WebDev Arena - LM Arena
- DeepSeek - Kimi - Qwen
- Claude - Chat GPT - Grok
- Gemini - Google AI Studio - NotebookLM
- Copilot
- Perplexity For Search or Research
- Bai Chat
- monica
- Zapier
- You
- HuggingChat
- Ora AI
-
- DeepFloyd IF (huggingface)
- Stable Diffusion (huggingface)
- ERNIE-ViLG (huggingface)
- Anything V3 (huggingface)
- Waifu-Diffusion (huggingface)
- Waifu-Diffusion-Demo (huggingface)
- Waifu-Diffusion (replicate)
- InvokeAI a GUI Toolkit for Stable Diffusion
- Point-E (huggingface)
- Craiyon (Formerly DALL-E Mini))
- DGSpitzer (huggingface))
- leonardo
-
- CS324: LLMs by Stanford University
- Understanding LLMs by Princeton University
- LLMs by ETH Zürich
- CS224n: Deep Learning for NLP by Stanford University -or- Youtube
- HuggingFace Transformers Course
- Jay Alammar’s Article Series on Large Language Models - or - Applying massive language models in the real world with Cohere
- Understanding Large Language Models - A Transformative Reading List
-
- autogen-agi
- AutoGPT
- privateGPT
- langchain
- openai-cookbook
- tensorflow
- pytorch
- waifu-diffusion
- tfjs
- face-api.js
- Meshroom
- point-e
- SuperAGI
- Langflow
- web-llm
- StableStudio
- guidance
- Flowise
- LocalAI
- gradio
- TemporalKit
- IF
- web-stable-diffusion
- PaddleHub
- Dreambooth-Stable-Diffusion
- VQRF
- ECON
- dream-textures
- multi-rl-crowd-sim
- sd-webui-mov2mov
- sd-webui-image-sequence-toolkit
Paste the code in colab and run
i = []
while(True):
i.append('a')
Wait for Google Colab to crash. As soon as it crashes due to a lack of RAM, it asks if you want more RAM: Now, click on Get more RAM and you will see another popup: Just click on the YES button:
Just open your Chrome DevTools by pressing F12 or Ctrl+Shift+I on Linux and run the following JavaScript code in your console:
function KeepClicking(){
console.log("Clicking");
document.querySelector("colab-toolbar-button#connect").click()
}setInterval(KeepClicking,60000)
Getting the message "Sorry, something went wrong. Reload?" when viewing an *.ipynb on a GitHub blob page.
Try to open that notebook that you want using nbviewer online, you don't need to install it.
- Open "https://nbviewer.jupyter.org/"
- Paste the link to your notebook like (https://github.com/Ulrich-Tonmoy/ai-ml/blob/main/cvpr/CNN_cifar10.ipynb)