LocalMentor
Trained on 1000+ hours of tech and startup podcast discussion, LocalMentor is a chatbot startup advisor that runs entirely on your local computer.
Setup
Requirements
- Python 3
PyPI:
Or pip install from source:
git clone https://github.com/remyxai/LocalMentor.git
cd LocalMentor && pip install .
Quickstart
Ask your startup question:
localmentor ask --prompt "What are three things to look for when hiring employees at an early stage startup?"Features
Python Usage
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?")
Eval
Try the evaluation notebook to compare performance with other models.
