Categories: Uncategorised

Deploying Machine Learning Models using Streamlit

Streamlit is an open-source framework for Machine Learning and Data Science teams to create applications with python.

Streamlit Community Cloud launches apps directly from the GitHub repo. Github repo should contain app code and dependencies details.

To deploy an app, we should click “New app” from the upper right corner of the workspace, then fill in the github repo, branch, and file path, and click “Deploy”.

Once deployed we get a shareable URL.

mahendravarman.m@gmail.com

Recent Posts

Spring Webflux Functional Endpoint – File Upload

In this blog using the Spring WebFlux module, we are going to leverage the functional…

9 months ago

Serverless Functions with Spring Cloud Function, AWS Lambda

Spring Cloud Function is a project within the Spring ecosystem that allows developers to build…

9 months ago

Spring Boot + RabbitMQ – Decoupling Microservices Communication

RabbitMQ is an open-source message broker software that implements the Advanced Message Queuing Protocol (AMQP).…

9 months ago

Spring Integration – Sending files over SFTP

Spring Integration is a powerful extension of the Spring Framework designed to support the implementation…

9 months ago

Spring Cloud Config Client

The Spring Cloud Config Client is a component of the Spring Cloud framework that enables…

10 months ago

Handling CSV in Python

In Python, handling CSV (Comma Separated Values) files is easy using the built-in csv module.…

10 months ago