repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | # Embedchain Chat with PDF App |
| #2 | |
| #3 | You can easily create and deploy your own `Chat-with-PDF` App using Embedchain. |
| #4 | |
| #5 | Checkout the live demo we created for [chat with PDF](https://embedchain.ai/demo/chat-pdf). |
| #6 | |
| #7 | Here are few simple steps for you to create and deploy your app: |
| #8 | |
| #9 | 1. Fork the embedchain repo from [Github](https://github.com/embedchain/embedchain). |
| #10 | |
| #11 | If you run into problems with forking, please refer to [github docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) for forking a repo. |
| #12 | |
| #13 | 2. Navigate to `chat-pdf` example app from your forked repo: |
| #14 | |
| #15 | ```bash |
| #16 | cd <your_fork_repo>/examples/chat-pdf |
| #17 | ``` |
| #18 | |
| #19 | 3. Run your app in development environment with simple commands |
| #20 | |
| #21 | ```bash |
| #22 | pip install -r requirements.txt |
| #23 | ec dev |
| #24 | ``` |
| #25 | |
| #26 | Feel free to improve our simple `chat-pdf` streamlit app and create pull request to showcase your app [here](https://docs.embedchain.ai/examples/showcase) |
| #27 | |
| #28 | 4. You can easily deploy your app using Streamlit interface |
| #29 | |
| #30 | Connect your Github account with Streamlit and refer this [guide](https://docs.streamlit.io/streamlit-community-cloud/deploy-your-app) to deploy your app. |
| #31 | |
| #32 | You can also use the deploy button from your streamlit website you see when running `ec dev` command. |
| #33 |