Get a comprehensive product review for all the product which contains the SKY keyword.
Before running the application, you need to install the required Python libraries listed in the requirements.txt file. Open your terminal or command prompt, navigate to your project directory, and run the following command:
pip install -r requirements.txt
This will install all the necessary dependencies for the Streamlit application to function properly.
Once the dependencies are installed, you can launch the Streamlit application using the following command:
streamlit run sample.py
This will start the Streamlit app in your web browser, typically at http://localhost:8501. You can then interact with the application through the web interface.