/streamlit-example

Example Streamlit app that you can fork to test out share.streamlit.io

Primary LanguagePython

je suis parti du projet example qu'il y a en template et qui est cité dans la documentation de streamlit cloud: https://docs.streamlit.io/streamlit-cloud/get-started/deploy-an-app

========================

create venv: python3 -m venv streamlit_VENV

activer venv: source streamlit_VENV/bin/activate

dans le requirements.txt, j'ai mis: streamlit spacy st-annotated-text

pip3 install black --dev

rsources: https://towardsdatascience.com/how-to-build-and-deploy-a-text-anonymizer-with-spacy-and-streamlit-70ed9607823

j'ai deploy sur streamlitcloud , et voici le projet type: https://github.com/streamlit/example-app-document-anonymizer voir leur documentaiton pour en savoir plus

puis aller sur: https://share.streamlit.io/

==================

Welcome to Streamlit!

Edit /streamlit_app.py to customize this app to your heart's desire. ❤️

If you have any questions, checkout our documentation and community forums.