Deploy Streamlit apps

Deploy Streamlit apps to Hal9

Deploy Streamlit apps

In order to deploy Streamlit apps to our cloud, use the hal9 python package:

$ pip install hal9
$ hal9 deploy app --type streamlit --main app.py
          
Login required to generate deployment token.
import streamlit as st
import numpy as np
import pandas as pd
chart_data = pd.DataFrame(
  np.random.randn(9,2), columns=['a','b'])
st.line_chart(chart_data)

What kind of Streamlit apps can Hal9 create?

Explore Streamlit apps created with Hal9
BACKED BY AI2  BACKED BY AI2 
BACKED BY AI2  BACKED BY AI2 
BACKED BY AI2  BACKED BY AI2 
BACKED BY AI2  BACKED BY AI2 
BACKED BY AI2  BACKED BY AI2 
BACKED BY AI2  BACKED BY AI2 

Next gen

AI platform

Hal9 leverages generative AI to bridge the skills gap in AI, helping people augment their knowledge, take better decisions, and increase your productivity.

Keep me updated

Privacy Terms © 2025 Hal9 Inc.
0.0.59