Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.