Skip to content

Ask questions over your own documents on your mobile phone. A React Native wrapper of DocsGPT (https://github.com/arc53/DocsGPT).

Notifications You must be signed in to change notification settings

rishivar/DocsGPT-React-Native

Repository files navigation

DocsGPT - React Native

Getting Started

The following instructions will get you a copy of the project up and running on your local machine for development and testing purposes. The project is built using React Native and Expo. The backend API calls are built upon the DocsGPT docker service. Therein, you will find instructions on how to get the backend up and running.

Installation

Clone the repo and install the dependencies.

cd Mobile-DocsGPT
npm install

Configuration

Create a .env file in the root directory of the project. This file will contain the configuration variables for the app. The following variables are required:

API_KEY=<OPEN-AI-APIKEY>

A sample .env file is provided in the root directory of the project as .env_template.

Running Locally

To start the Expo server, run the following

npm start

Running on Android

To run the app on Android, you can either use an emulator or connect your Android device to your computer. If you are using an emulator, you can run the following command to start the emulator.

npm run android

Screenshots

Upload Screen

Upload

Chat Screen

Chat

About

Ask questions over your own documents on your mobile phone. A React Native wrapper of DocsGPT (https://github.com/arc53/DocsGPT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published