File size: 2,165 Bytes
b011264
 
 
 
 
 
 
 
 
69575ed
b011264
 
 
 
 
3a57b66
b011264
 
3a57b66
b011264
 
 
 
 
3a57b66
 
b011264
3a57b66
b011264
3a57b66
 
b011264
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
import streamlit as st


st.set_page_config(page_title="Home", page_icon=None, layout="centered",
                   initial_sidebar_state="auto", menu_items=None)


st.markdown("""
    <div style='text-align: center; margin-top:-70px; margin-bottom: 5px;margin-left: -50px;'>
    <h2 style='font-size: 40px; font-family: Courier New, monospace;
                    letter-spacing: 2px; text-decoration: none;'>
    <span style='background: linear-gradient(45deg, #ed4965, #c05aaf);
                            -webkit-background-clip: text;
                            -webkit-text-fill-color: transparent;
                            text-shadow: none;'>
                    ForecastX
    </span>
    <span style='font-size: 40%;'>
    <sup style='position: relative; top: 5px; color: #ed4965;'>by AI Planet</sup>
    </span>
    </h2>
    </div>
    """, unsafe_allow_html=True)

st.header("Overview")
st.write("AI Planet's ForecastX is a robust and adaptable toolbox crafted to manage multiple time series datasets. It specializes in providing detailed demand forecasts, delivering highly accurate predictions at both the store and product levels. With ForecastX, businesses can significantly reduce the need for ongoing model maintenance and cut down on resource consumption, all while ensuring the delivery of precise and trustworthy demand forecasts. Its comprehensive features make it an ideal solution for various industries, including e-commerce and energy.")

st.header("Key Features")
st.write("1. Efficient and Scalable Demand Forecasting")
st.write("2. Minimized Model Maintenance and Resource Usage for Detailed Forecasting")
st.write("3. What sets ForecastX apart is its use of pre-trained models, which eliminates the need to create individual models for each store and product. Instead, it employs models trained on clusters of stores and products, streamlining operations and conserving valuable time and resources.")


hide_streamlit_style = """
            <style>
            #MainMenu {visibility: hidden;}
            footer {visibility: hidden;}
            </style>
            """
st.markdown(hide_streamlit_style, unsafe_allow_html=True)