Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 576 Bytes

File metadata and controls

21 lines (16 loc) · 576 Bytes

How to Run the Project Install Required Dependencies using "pip install -r requirements.txt"

Start Required Services MongoDB: Ensure the MongoDB server is running locally ActiveMQ: Start the ActiveMQ server

Run the Application Start the Flask application: python app.py

How to Run Tests: pip install pytest

python tests/test_langchain.py python tests/test_whisper.py python tests/test_mongodb.py python tests/test_llm_service.py

Replace pdf_path = "C:/Users/Win-10/Downloads/Lesson_11._Vocabulary_set.pdf" with the absolute path to a valid PDF file on your local machine.