Page 4 of 5

Data Visualisation using H2O Wave

In this article, we are going to make a dashboard using H2O Wave. We will be using the Credit Card Fraud Detection dataset from Kaggle and plot interactive visualisations. You can download the dataset from here.

H2O Wave is an open-source Python development framework that makes it fast and easy for data scientists, machine learning engineers, and software developers to develop real-time interactive AI apps with sophisticated visualizations.

H2o
Continue reading

Image processing using Streamlit

In this article, we will see how we can use Streamlit with Image Processing Techniques and Object Detection Algorithms. I am assuming that you have Streamlit installed and working on your system. If you do not know how to start with streamlit then you can refer to my previous article where I have explained it in brief.

I have also deployed this streamlit app on Streamlit Sharing. You can have a look at it before reading the article further.

Here is the link: Image Processing using Streamlit

Continue reading

Create ML apps using dstack.ai

In this article, we are going to see how to use dstack.ai for creating ML apps. I have taken the loan prediction dataset. This particular loan prediction app helps predict whether the customer should be given a loan or not based on different parameters. It’s a classification based problem and gives the output as Yes/No(1/0).

dstack.ai is a python framework to create AI and ML apps without writing any frontend code. Before we get started I am assuming that you have installed dstack server on your system and it is running. You can start the server by the following command. If you wish to change the port you can do that also.

dstack server start --port 8081
Continue reading
« Older posts Newer posts »

© 2024 HACKERSHRINE

Theme by Anders NorenUp ↑