AI-powered behavioral analysis framework of Wallstreetbets investor discussions using topic clustering, sentiment analysis, text mining, and data analytics with Python, HuggingFace, Streamlit, and Google Cloud.
To run the analysis_ui.py dashboard, you can follow the steps below.
If Streamlit is not already installed, you can install it using pip:
pip install streamlitAt root level, execute the command
streamlit run analysis_ui.pyOnce the script is running, Streamlit will provide a local URL in the terminal, such as:
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.X.X:8501
Open the local URL in your browser to access the dashboard.


