Skip to content

codingdsb/kbc-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBC Lite

Lite version of KBC for college mini project purpose

To run this project

  1. Clone this repo and cd into it
$ git clone https://github.com/codingdsb/kbc-lite.git
$ cd kbc-lite
  1. 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
  1. Install requirements
$ pip3 install -r requirements.txt # just use pip instead of pip3 on windows
  1. Run the code
$ streamlit run main.py

About

Lite version of KBC for college mini project of 1st sem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages