# EmbedAI
**Repository Path**: regiontech/EmbedAI
## Basic Information
- **Project Name**: EmbedAI
- **Description**: An app to interact privately with your documents using the power of GPT, 100% privately, no data leaks
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-10-31
- **Last Updated**: 2023-11-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# PrivateGPT
Create a QnA chatbot on your documents without relying on the internet by utilizing the capabilities of local LLMs. Ensure complete privacy and security as none of your data ever leaves your local execution environment. Seamlessly process and inquire about your documents even without an internet connection. Inspired from [imartinez](https://github.com/imartinez)
## Contents
* [Getting started](#getting-started)
* [Requirements](#requirements)
* [How to run](#how-to-run)
* [Support](#support)
* [Data](#data)
* [Check repos](#check-repos)
## Getting started
Code is up, ⭐ (Star) the repo meanwhile to receive updates
Follow [Anil Chandra Naidu Matcha](https://twitter.com/matchaman11) & [Ankur Singh](https://twitter.com/ankur_maker) on twitter for updates
## Requirements
* Python 3.8 or later
* NodeJS v18.12.1 or later
* Minimum 16GB of memory
## How to run
1. Go to client folder and run the below commands
```shell
npm install
```
```shell
npm run dev
```
2. Go to server folder and run the below commands
```shell
pip install -r requirements.txt
```
```shell
python privateGPT.py
```
3. Open , click on download model to download the required model initially
4. Upload any document of your choice and click on Ingest data. Ingestion is fast
5. Now run any query on your data. Data querying is slow and thus wait for sometime
## Support
Join our discord to get support
## Data
The supported extensions for documents are:
* .csv: CSV,
* .docx: 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,
* .txt: Text file (UTF-8),
## Check repos
* [Langchain Course](https://github.com/SamurAIGPT/langchain-course)
* [ChatGPT Developer Plugins](https://github.com/SamurAIGPT/ChatGPT-Developer-Plugins)
* [Camel AGI](https://github.com/SamurAIGPT/Camel-AutoGPT)