├── LICENSE ├── README.md ├── dockerized ├── dockerfile ├── requirements_linux.txt └── web_app │ ├── app.py │ ├── static │ └── images │ │ ├── LARS_Logo.png │ │ ├── LARS_Logo_1.png │ │ └── LARS_Logo_3.png │ ├── templates │ └── chat.html │ └── unoconv.py ├── dockerized_nvidia_cuda_gpu ├── dockerfile ├── requirements_linux.txt └── web_app │ ├── app.py │ ├── static │ └── images │ │ ├── LARS_Logo.png │ │ ├── LARS_Logo_1.png │ │ └── LARS_Logo_3.png │ ├── templates │ └── chat.html │ └── unoconv.py ├── documents ├── development_timeline.xlsx ├── images_and_screenshots │ ├── build_tools_ms_visual_studio_installation.png │ ├── cmake-nmake-error.png │ ├── demo_screenshot_1.png │ ├── docker_wsl_integration.png │ └── ubuntu_for_docker_wsl.png ├── refinements_research │ └── Improving Text Extraction - Feb2024.pptx ├── sample_docs │ ├── 2023_BUICK_Encore_GX_Owners_Manual.pdf │ ├── Intel_Q1_24_EarningsRelease_FINAL.pdf │ ├── N_N10-008_Notes.pdf │ ├── Security_SY0-601.pdf │ └── optic_connectors.png └── unused_but_maybe_useful_code.py ├── requirements.txt ├── requirements_linux.txt ├── requirements_mac.txt └── web_app ├── app.py ├── hf_waitress.py ├── static ├── css │ └── chat.css └── images │ ├── LARS_Logo.png │ ├── LARS_Logo_1.png │ └── LARS_Logo_3.png ├── templates └── chat.html └── unoconv.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/README.md -------------------------------------------------------------------------------- /dockerized/dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized/dockerfile -------------------------------------------------------------------------------- /dockerized/requirements_linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized/requirements_linux.txt -------------------------------------------------------------------------------- /dockerized/web_app/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized/web_app/app.py -------------------------------------------------------------------------------- /dockerized/web_app/static/images/LARS_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized/web_app/static/images/LARS_Logo.png -------------------------------------------------------------------------------- /dockerized/web_app/static/images/LARS_Logo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized/web_app/static/images/LARS_Logo_1.png -------------------------------------------------------------------------------- /dockerized/web_app/static/images/LARS_Logo_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized/web_app/static/images/LARS_Logo_3.png -------------------------------------------------------------------------------- /dockerized/web_app/templates/chat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized/web_app/templates/chat.html -------------------------------------------------------------------------------- /dockerized/web_app/unoconv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized/web_app/unoconv.py -------------------------------------------------------------------------------- /dockerized_nvidia_cuda_gpu/dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized_nvidia_cuda_gpu/dockerfile -------------------------------------------------------------------------------- /dockerized_nvidia_cuda_gpu/requirements_linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized_nvidia_cuda_gpu/requirements_linux.txt -------------------------------------------------------------------------------- /dockerized_nvidia_cuda_gpu/web_app/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized_nvidia_cuda_gpu/web_app/app.py -------------------------------------------------------------------------------- /dockerized_nvidia_cuda_gpu/web_app/static/images/LARS_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized_nvidia_cuda_gpu/web_app/static/images/LARS_Logo.png -------------------------------------------------------------------------------- /dockerized_nvidia_cuda_gpu/web_app/static/images/LARS_Logo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized_nvidia_cuda_gpu/web_app/static/images/LARS_Logo_1.png -------------------------------------------------------------------------------- /dockerized_nvidia_cuda_gpu/web_app/static/images/LARS_Logo_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized_nvidia_cuda_gpu/web_app/static/images/LARS_Logo_3.png -------------------------------------------------------------------------------- /dockerized_nvidia_cuda_gpu/web_app/templates/chat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized_nvidia_cuda_gpu/web_app/templates/chat.html -------------------------------------------------------------------------------- /dockerized_nvidia_cuda_gpu/web_app/unoconv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/dockerized_nvidia_cuda_gpu/web_app/unoconv.py -------------------------------------------------------------------------------- /documents/development_timeline.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/development_timeline.xlsx -------------------------------------------------------------------------------- /documents/images_and_screenshots/build_tools_ms_visual_studio_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/images_and_screenshots/build_tools_ms_visual_studio_installation.png -------------------------------------------------------------------------------- /documents/images_and_screenshots/cmake-nmake-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/images_and_screenshots/cmake-nmake-error.png -------------------------------------------------------------------------------- /documents/images_and_screenshots/demo_screenshot_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/images_and_screenshots/demo_screenshot_1.png -------------------------------------------------------------------------------- /documents/images_and_screenshots/docker_wsl_integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/images_and_screenshots/docker_wsl_integration.png -------------------------------------------------------------------------------- /documents/images_and_screenshots/ubuntu_for_docker_wsl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/images_and_screenshots/ubuntu_for_docker_wsl.png -------------------------------------------------------------------------------- /documents/refinements_research/Improving Text Extraction - Feb2024.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/refinements_research/Improving Text Extraction - Feb2024.pptx -------------------------------------------------------------------------------- /documents/sample_docs/2023_BUICK_Encore_GX_Owners_Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/sample_docs/2023_BUICK_Encore_GX_Owners_Manual.pdf -------------------------------------------------------------------------------- /documents/sample_docs/Intel_Q1_24_EarningsRelease_FINAL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/sample_docs/Intel_Q1_24_EarningsRelease_FINAL.pdf -------------------------------------------------------------------------------- /documents/sample_docs/N_N10-008_Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/sample_docs/N_N10-008_Notes.pdf -------------------------------------------------------------------------------- /documents/sample_docs/Security_SY0-601.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/sample_docs/Security_SY0-601.pdf -------------------------------------------------------------------------------- /documents/sample_docs/optic_connectors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/sample_docs/optic_connectors.png -------------------------------------------------------------------------------- /documents/unused_but_maybe_useful_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/documents/unused_but_maybe_useful_code.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/requirements.txt -------------------------------------------------------------------------------- /requirements_linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/requirements_linux.txt -------------------------------------------------------------------------------- /requirements_mac.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/requirements_mac.txt -------------------------------------------------------------------------------- /web_app/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/web_app/app.py -------------------------------------------------------------------------------- /web_app/hf_waitress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/web_app/hf_waitress.py -------------------------------------------------------------------------------- /web_app/static/css/chat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/web_app/static/css/chat.css -------------------------------------------------------------------------------- /web_app/static/images/LARS_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/web_app/static/images/LARS_Logo.png -------------------------------------------------------------------------------- /web_app/static/images/LARS_Logo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/web_app/static/images/LARS_Logo_1.png -------------------------------------------------------------------------------- /web_app/static/images/LARS_Logo_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/web_app/static/images/LARS_Logo_3.png -------------------------------------------------------------------------------- /web_app/templates/chat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/web_app/templates/chat.html -------------------------------------------------------------------------------- /web_app/unoconv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/LARS/HEAD/web_app/unoconv.py --------------------------------------------------------------------------------