Before we begin, make sure you have the following installed on your system:
- Python (preferably Python 3.x)
- Pip (Python package manager)
- Open your terminal or command prompt .
- Move to the desired directory using
cd your_path
- Clone the repository by typing the below code in the terminal:
git clone https://github.com/devapraveenk/Adrig_AI_Hackathon.git
- Open this repo on a code editor (eg: VScode) and follow the below steps
-
Create the virtual environment (venv) by typing the following command on the terminal
python3 -m venv venv_name
-
Activate the virtual environment by
source venv_name/bin/activate
-
Create the virtual environment (venv) by typing the following command on the terminal
python3 -m venv venv_name
-
Activate the virtual environment by
venv_name\Scripts\activate
-
Install all dependencies by typing the following command on your terminal
pip install -r requirements.txt
-
Open your terminal or command prompt.
-
Run the following command to start the Streamlit application:
streamlit run HomePage.py
-
Visit
http://localhost:8501
in your web browser to view your Streamlit application. -
That's it! You've successfully set up environment files.
-
Explore the Webpage