Docker + Flask | Dockerizing a Python API
Author(s): Billy Bonaros Originally published on Towards AI. Docker containers are one of the hottest trends in software development right now. Not only it makes it easier to create, deploy and run applications but by using containers you are confident that your …
Free ObjDetection API from EazyMind
Author(s): amr zaki Originally published on Towards AI. Object Detection Tutorial, Part I U+007C Towards AI This tutorial series goes through the different APIs that EazyMind (an Ai-As-A-Service platform) offers. EazyMind offers multiple AI services for Free; Obj Detection is one of …
Clash Royale API: Looping Query for Data Collection
Author(s): Michelangiolo Mazzeschi Originally published on Towards AI. Data Science A few days ago I had the idea of applying factor analysis to the decks of the Clash Royale players in order to classify them into hierarchies. Unfortunately, I realized that I …
OpenAI Just Introduced Function Callings Feature: Everything You Need to Know
Author(s): Youssef Hosni Originally published on Towards AI. The Most Powerful Update to Their API Since Its Release OpenAI has released new updates to its API and they are astonishing. The most important one of them is the function calling feature. Using …
Compare ChatGPT to Machine Learning Techniques for Sentiment Analysis in 2023
Author(s): Courtlin Holt-Nguyen Originally published on Towards AI. Yes! ChatGPT Is A Powerful AI Model for Sentiment Analysis Source: Image created with Midjourney by the author Check out my other articles in this series on using ChatGPT for sentiment analysis of customer …
How To Use ChatGPT API for Direct Interaction From Colab or Databricks
Author(s): Jonas Dieckmann Originally published on Towards AI. Have you wondered how you can use OpenAIβs API to interact directly with GPT algorithms? Itβs easy, free, and also more powerful than the βclassicβ web interface at www.openai.com. In the following tutorial, I …
How To Automate Job Searches With Python
Author(s): Jonty Haberfield Originally published on Towards AI. A quick introduction to using the Reed API to access job listings This member-only story is on us. Upgrade to access all of Medium. Photo by Eric Prouzet on Unsplash A few months ago, …
Detect Business Insights From Customer Support Conversations Using AI
Author(s): Shubham Saboo Originally published on Towards AI. Learn how to analyze customer conversations with just 15 lines of Python code! Background A positive customer experience can make the difference between losing and retaining customers. Businesses need to constantly improve their products …
Make Extra Money on the Side With Data Science!
Author(s): Marie Stephen Leo Originally published on Towards AI. Monetize your Machine Learning models using FastAPI, Docker, GCP Cloud Run, and Rapid API in 5 easy steps! This member-only story is on us. Upgrade to access all of Medium. Photo by Alexander …
APIs are not just about code
Author(s): Oryan Omer Originally published on Towards AI. Software Engineering So you want to be API-first? Deciding to become an API-first product is not a trivial decision to be made by a company. There needs to be a deep alignment throughout the …
OpenAI makes GPT-3 universally available to developers.
Author(s): Tharun P Originally published on Towards AI. Artificial Intelligence Is GPT-3 available for free? The answer is Yes, and it is now available to all. Photo by Katie Moum on Unsplash OpenAI recently announced the expansion of its cloud-based OpenAI API …
3 Ways to Collect Big Data with your PC
Author(s): Michelangiolo Mazzeschi Originally published on Towards AI. How and where to find data on the internet? This article is intended to be technical. I hope you can apply the content of this article to improve your work and your skills. Photo …
Prerequisites
Author(s): Thomas Kraehe Originally published on Towards AI. Top highlight Using Google Cloudβs Machine Learning as a Service U+007C Towards AI Analyzing the Mood of Chat Messages with Google Cloudβs Natural Language API With the help of NLP services like the Natural …
Deploying a Keras Model as an API Using Flask
Author(s): Yan Gobeil Originally published on Towards AI. Using the flask library to deploy a language identifier Keras model into a web app and URL based API. Training a neural network to achieve a specific task is pretty fun and interesting, but …