Project deployed on: https://moneytree-ah25.streamlit.app/
- using
pythoncommand in the instrcutions below
- Install Python (version 3.9 to 3.13 for Streamlit support [2025/03/01]) - 3.12 max for tensorflow support
- Follow installation guide for Streamlit
a. Type
python -m venv .venvin the terminal (This will create a ".venv" directory where your virtual environment and its dependencies are installed.) b. Activate environment by typingsource .venv/bin/activatein terminal (MacOS) c. Typepip install -r requirements.txtin terminal to install all requirements. - Type
streamlit run Start.pyto run the main page of the app!
- Download MongoDB driver - PyMongo - with
python -m pip install "pymongo[srv]"==3.12to talk with MongoDB database - Install Python certificate using
/Applications/Python\ 3.13/Install\ Certificates.command