Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 373 Bytes

Clone the repository

git clone https://github.com/dharanigowthamsampath/nit

Change the root directory

cd nit

Create a Virtual Environment

python -m venv venv

Activate the Virtual Environment

./venv/Scripts/activate

Install the dependencies

pip install -r requirements.txt

Run the application

streamlit run main.py