kaljuvee / ipogate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ipogate

Environment and Installation

Clone the Repo

git clone https://github.com/kaljuvee/ipogate.git

Create and Activate the Virtual Environment

  • Set up a Python virtual environment and activate it (Linux):

    python3 -m venv .venv
    source .venv/bin/activate
    
  • Set up a Python virtual environment and activate it (Windows/VS Code / Bash):

    python -m venv venv
    source venv/Scripts/activate
    
  • Install dependencies from the requirements.txt file:

    pip install -r requirements.txt
    

Run

  • Run the streamlit app:
    streamlit run Home.py
    

About

License:Apache License 2.0


Languages

Language:Python 71.6%Language:Jupyter Notebook 28.4%