Skip to content

JoseHervas/nimmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nimmo

"If you guard your mind carefully and keep it blank of any clutter of information till maturity is reached, filling it only with intelligence and training it only in clear thinking, you then have a powerful instrument at your disposal"

This project is the continuation of Luna, my first personal assistant chatbot.

The emergence of ChatGPT changed the rules of AI assistants, so I decided to start a completely new virtual assistant from scratch using 🦜️🔗 LangChain

How to use

# Download the repo
git clone https://github.com/JoseHervas/nimmo

# (Optional) Create a virtualenv
virtualenv venv
source venv/bin/activate

# Install the deps
pip install -r requirements.txt

# Create the env variables
cp .env.template .env

# Run
python src/main.py

📚 User guides are located on the docs folder.

License

Of course! MIT License <3

have fun!

About

A modular AI assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages