kaifcoder / gemini_multipdf_chat

Gemini PDF Chatbot: A Streamlit-based application powered by the Gemini conversational AI model. Upload multiple PDF files, extract text, and engage in natural language conversations to receive detailed responses based on the document context. Enhance your interaction with PDF documents using this intuitive and intelligent chatbot.
https://gmultichat.streamlit.app/
129 stars 110 forks source link

docker image #4

Closed CevreMuhendisi closed 6 months ago

CevreMuhendisi commented 6 months ago

docker image please

kaifcoder commented 6 months ago

Added Docker file add .env file in root folder with GOOGLE_API_KEY = YOUR API KEY. and run docker compose up --build it will start the application on localhost:8501

CevreMuhendisi commented 6 months ago

Thank you so much