Giter VIP home page Giter VIP logo

pautobot's Introduction

PAutoBot

🔥 PⒶutoBot 🔥

Private AutoGPT Robot - Your private task assistant with GPT!

  • 🔥 Chat to your offline LLMs on CPU Only. 100% private, no data leaves your execution environment at any point.
  • 🔥 Ask questions to your documents without an internet connection. Engine developed based on PrivateGPT.
  • 🔥 Automate tasks easily with PAutoBot plugins. Easy for everyone.
  • 🔥 Easy coding structure with Next.js and Python. Easy to understand and modify.
  • 🔥 Built with LangChain, GPT4All, Chroma, SentenceTransformers, PrivateGPT.

PAutoBot

The supported extensions are:

  • .csv: CSV,
  • .docx: Word Document,
  • .doc: Word Document,
  • .enex: EverNote,
  • .eml: Email,
  • .epub: EPub,
  • .html: HTML File,
  • .md: Markdown,
  • .msg: Outlook Message,
  • .odt: Open Document Text,
  • .pdf: Portable Document Format (PDF),
  • .pptx : PowerPoint Document,
  • .ppt : PowerPoint Document,
  • .txt: Text file (UTF-8),

I. Installation and Usage

1. Installation

  • Python 3.8 or higher.
  • Install PAutoBot:
pip install pautobot

2. Usage

  • Run the app:
python -m pautobot.app

or just:

pautobot

You can also run PAutoBot publicly to your network or change the port with parameters. Example:

pautobot --host 0.0.0.0 --port 8080

II. Development

1. Clone the source code

git clone https://github.com/nrl-ai/pautobot
cd pautobot

2. Run your backend

  • Python 3.8 or higher.
  • To install Pautobot from source, from pautobot source code directory, run:
pip install -e .
  • Run the app:
python -m pautobot.app

2. Run your frontend

  • Install the dependencies:
cd frontend
npm install
  • Run the app:
npm run dev

pautobot's People

Contributors

mearman avatar vietanhdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.