Chat with French PDFs
1.0.0
It is a question-answering application that allows users to upload PDFs and ask questions related to the content of those documents, tailored for the French language,
Clone this repository:
git clone https://github.com/moaaz12-web/Chat-with-French-PDFs.git
cd pdf-analyze-streamlitCreate a virtual environment and install the required packages:
python -m venv venv
source venv/bin/activate # For Windows: venvScriptsactivate
pip install -r requirements.txtTo run the app, simply execute the following command:
streamlit run qa_app.pyAfter running the command, you can access the app through your web browser using the provided URL.