diff --git a/README.md b/README.md index f954089..5d8c0fa 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,28 @@ The repository showcases our solutions in the domains of education, content crea ## Content Creation ## Business Solutions + + +## How to setup + + Firstly, make sure all the dependencies: + + 1) Streamlit + 2) openai + + are installed or not, if not install them using, + + pip install streamlit + pip install openai + + validate it by running(for streamlit only) + + streamlit hello + + Then in the directory named ctrl_shift _intelligence run te following command + + streamlit run landing_page.py + + You will be redirected to the your with the site opened. + +