Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmlouis authored Dec 4, 2023
1 parent 0d167aa commit 3d33814
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,14 @@ def main():
st.sidebar.image(logo)

# code project
st.write(
"""
### Costumer Segmentation:
#### Application de deploiment de modèle de machine learning
#### basé sur le concept de segmentation du marché.
Autheur: WORA SOUAMY Louis Martin (@lmlouis) copyright 2022.
Github Repository : https://github.com/lmlouis/customer-segmentation
Notebook Modele :https://github.com/lmlouis/IntroductionIA/blob/main/Customer_Segmentation.ipynb
"""
)
st.title('Fonctionalités Principales')
st.write('''
* **Cibler le marché** le plus remptable selon le la localisation du client lors de la transaction
* **Prédir le chiffre d'affaire** d'une quantité de Transaction d'un produit effectué par un client
''')




st.sidebar.header('''Paramètres :''')
df = collect_parametres(st, pd)






st.subheader('1 - Cibler le marché selon la situation géographique du client')
st.write('''
### Ciblage
Expand All @@ -76,7 +55,18 @@ def main():


chiffre_affaire(pickle, st, df)

st.write(
"""
### Costumer Segmentation
#### Application de deploiment de modèle de machine learning
#### basé sur le concept de segmentation du marché.
Autheur: WORA SOUAMY Louis Martin (@lmlouis) copyright 2022.
Github Repository : https://github.com/lmlouis/customer-segmentation
Notebook Modele :https://github.com/lmlouis/IntroductionIA/blob/main/Customer_Segmentation.ipynb
"""
)


if __name__ == '__main__':
Expand Down

0 comments on commit 3d33814

Please sign in to comment.