- AI agent that can store, recall, and answer queries about manufacturing company’s operations
- Ollama + llama3.2 click here to download
- Python3.13 click here to download
-
OPull the base llm model
ollama pull llama3.2
-
Create virtual python Environment and activate it
python3 -m venv env source env/bin/activatepython3 -m venv env cd env/Scripts && activate && cd ../../ -
Install requirements
python3 -m pip install -r requirements.txt -
Start StreamLit
streamlit run main.py
- Go to here to start conversation with mandy