If you run into problems with forking, please refer to github docs for forking a repo.
Navigate to chat-pdf example app from your forked repo:
Copy
Ask AI
cd <your_fork_repo>/examples/chat-pdf
Run your app in development environment with simple commands
Copy
Ask AI
pip install -r requirements.txtec dev
Feel free to improve our simple chat-pdf streamlit app and create pull request to showcase your app here
You can easily deploy your app using Streamlit interface
Connect your Github account with Streamlit and refer this guide to deploy your app.You can also use the deploy button from your streamlit website you see when running ec dev command.