Handy dandy tool to help repairmen in their daily work going through manuals, repairing components and filling out logs.
-
Install Ollama:
- Download any model you want to work with.
- This repo uses
llama3.2:1b
-
Install all python dependencies in your environment.
-
local virtual environment instructions for Windows:
python -m venv .venv .venv\Scripts\activate
-
pip install -r requirements.txt
-
-
Launch backend:
uvicorn backend:app --reload
-
Load the HTML into a browser tab
-
Launch Ollama a. The Ollama server can be launched in the background by clicking on the app. b. You can also launch the Ollama server by typing
Ollama servein a new terminal. -
You can now use the app!
- The prompts need more working.