GET & POST in Django Made Easy

I’m currently working on the Finxter app that I implemented using Python and Django. When slightly modifying the submit form that used a “POST” HTTP method I wondered if this would be also possible with HTTP “GET”. And what is the technical difference anyway? πŸ§‘β€πŸ’» In this article, I quickly condense my research in case … Read more

I Tried Berkeley’s 🦍 Gorilla Large Language Model

UC Berkeley researchers just published a new paper and website 🦍 Gorilla: Large Language Model Connected with Massive APIs that essentially translates English language to API calls. To keep it simple, here’s my layman’s explanation of what the model is providing to you: Input: An English language query.Output: An API call (=code) that’s most relevant … Read more

I Read Google’s SoundStorm Paper

Listen to this insane conversation published on Google’s SoundStorm GitHub page: A male and female speaker lead a conversation. Only at the end it becomes apparent that they are actually neither male nor female — they are bot called SoundStorm (PDF)! SoundStorm is a machine learning model that generates audio files. It is non-autoregressive. “Non-autoregressive … Read more

Top 7 Ways to Use Auto-GPT Tools in Your Browser

Installing Auto-GPT is not simple, especially if you’re not a coder, because you need to set up Docker and do all the tech stuff. And even if you’re a coder you may not want to go through the hassle. In this article, I’ll show you some easy Auto-GPT web interfaces that’ll make the job easier! … Read more

How to Be Great? Be Good, Repeatedly

Greatness is not about overnight success but multiple periods of repeatable habits. It is not about being better than someone else but about being dependable, disciplined and earned. Many people want to be great but do not want to put in the effort over a sustained period of time to get there. Success comes from … Read more

Auto-GPT vs Jarvis HuggingGPT: One Bot to Rule Them All

The world of artificial intelligence (AI) has been witnessing remarkable advancements with cutting-edge language models like Auto-GPT and Jarvis. These sophisticated tools are transforming the AI landscape, sparking interesting discussions on their capabilities and potential applications. πŸ€– Auto-GPT is an autonomous agent building on OpenAI’s large language model (LLM). Meanwhile, Jarvis, inspired by Iron Man’s … Read more

Auto-GPT vs Agent GPT: Who’s Winning in Autonomous LLM Agents?

In the realm of AI agents and artificial general intelligence, Auto-GPT and Agent GPT are making waves as innovative tools built on OpenAI’s API. These language models have become popular choices for AI enthusiasts seeking to leverage the power of artificial intelligence in various tasks. πŸ’‘ Auto-GPT is an experimental, open-source autonomous AI agent based … Read more

Freelancer Project – How Pete Learned Apache Hive On the Job

In the vast world of freelancing, sometimes the most rewarding projects are those that force us out of our comfort zones. Pete Melgren, a freelance data science professional specializing in Python, had such an experience. β–ΆοΈπŸ‘‡ The project seemed straightforward at first glance: develop a Python script to read Apache Hive tables, including XML fields, … Read more

Making $65 per Hour on Upwork with Pandas

Pandas, an open-source data analysis and manipulation library for Python, is a tool of choice for many professionals in data science. Its advanced features and capabilities enable users to manipulate, analyze, and visualize data efficiently. πŸ‘©β€πŸ’» Recommended: 10 Minutes to Pandas (in 5 Minutes) In the above video “Making $65 per Hour on Upwork with … Read more