Trained on 1000+ hours of tech and startup podcast discussion, LocalMentor is a chatbot startup advisor that runs entirely on your local computer.
- Python 3
PyPI:
pip install localmentor
Or pip install from source:
git clone https://github.com/remyxai/LocalMentor.git
cd LocalMentor && pip install .
Ask your startup question:
localmentor ask --prompt "What are three things to look for when hiring employees at an early stage startup?"
Simply import the library and pass your command as a string to mentor
from localmentor import mentor
mentor("What are three things to look for when hiring employees at an early stage startup?")
Try the evaluation notebook to compare performance with other models.