Posts by Snigdha Ranjith

Author Biographical Info: A Computer Engineer in the making.

Image classification using Nanonets API in Python

By Snigdha Ranjith

In this tutorial, we will show you how to do image classification using Nanonets API in Python. If you have difficulties using Keras & TensorFlow or if you are a beginner and d.... Read More

Predicting next number in a sequence with Scikit-Learn in Python

By Snigdha Ranjith

In this post, we will see how to predict the next set of numbers in a sequence with Scikit-learn in Python. We are using linear regression to solve this problem. To put things simp.... Read More

OpenWeatherMap Tutorial in Python using PyOWM

By Snigdha Ranjith

In this tutorial, we will learn OpenWeatherMap tutorial in Python using PyOWM. This tutorial includes the following: How to get API key from OpenWeatherMap Get weather data from Op.... Read More

Weather script using OpenWeatherMap in Python with GUI

By Snigdha Ranjith

In this post, we will learn how to create a weather script using Python. We will use the Python OpenWeatherMap API (PyOWM) to get the weather details. At the end of the post, you w.... Read More

Related Posts