-
Chat GPT Alternative
-
-
- 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
-
-
Rapid creation of content based on current events, trends, and analytics.
Example: “Generate a caption & prompt for Midjourney to create a post for Instagram [Username] using yesterday’s news for [Topic]. Finally, utilizing the last week’s engagement statistics, recommend a posting time.
-
Job hunting.
Example: “Find a list of remote [Field] jobs that fit my profile, with a pay range of $70k-90k. Using that list, edit my resume & cover letter for each job listing. And lastly, submit each application and use Excel sheets to keep track of each application.” -
Plan your trip with up-to-the-minute information.
Example: “Find me the quickest flight from [Location] to [Loaction] within 27 hours. Once landed, book a hotel under $200 in [Location] that also has a hot tub, 2 beds, and is near the city” -
Find the most recent trends.
Example: “Give me a list of trends forming within the last week in the [Topic]. Using that list, create multiple visuals and a presentation for [company] on Google Slides about how [Topic] is the next big thing”
-
Discover the best discounts on the web.
Example: “Search for the three lowest priced [items] across all e-commerce websites. Show me the best options with over 4.5 ratings, that ship to [Location].” -
Updates on the stock market in real-time.
Example: “What’s the current price of all the stocks in my [portfolio]? How has its value changed in the last 7 days?” -
Summarization.
Example: “Summarize the following [Article] in a paragraph. Then, send that summary to my boss on his [email]” -
Explore the most current literature, media, and online resources.
Example: “Conduct market research on [Website #1] and compare it to our [Website #2]. Give me a list of ways to improve our website and a step-by-step plan to achieve it.” -
Create new promotional plans every day.
Example: “Generate an SEO strategy for [company] around the [Topic].” -
Personal Portfolio Manager.
Example: “Using data from the latest Snowflake, Google, and Amazon earnings, generate graphs predicting each company’s growth within [Topic]. Then, provide me a thesis on each stock and how they fit within my portfolio.”
-
-
- 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)