Skip to content

dhanushnatra/mandy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandy - Manufacturing AI Agent

  • AI agent that can store, recall, and answer queries about manufacturing company’s operations

Perquisites

Pre Install

  • OPull the base llm model

    ollama pull llama3.2
    

Installation

  • Create virtual python Environment and activate it

    • Linux or Mac

    python3 -m venv env
    source env/bin/activate
    
    • Windows

    python3 -m venv env
    cd env/Scripts && activate && cd ../../
    
  • Install requirements

    python3 -m pip install -r requirements.txt
    
  • Start StreamLit

    streamlit run main.py
    

Usage

  • Go to here to start conversation with mandy

About

mandy is a manufacturing AI agent that can help you store , recall . and answer all manufacturing related queries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages