Lite version of KBC for college mini project purpose
- Clone this repo and cd into it
$ git clone https://github.com/codingdsb/kbc-lite.git
$ cd kbc-lite
- Create a virtual environment and activate it
In macOS/linux terminals
$ python3 -m venv .venv
$ source .venv/bin/activate
In windows command prompt
$ python -m venv .venv
$ .venv\Scripts\activate.bat
- Install requirements
$ pip3 install -r requirements.txt # just use pip instead of pip3 on windows
- Run the code
$ streamlit run main.py