An open API service indexing awesome lists of open source software.

https://github.com/tohrxyz/learn-quick

Text Summarizer via ChatGPT API for Android & iOS
https://github.com/tohrxyz/learn-quick

gpt-3 react-native summarizer

Last synced: 2 months ago
JSON representation

Text Summarizer via ChatGPT API for Android & iOS

Awesome Lists containing this project

README

          

Learn-Quick

## What's this project about?
It's a smartphone app, that enables you to summarize long text using OpenAI's models into bulletpoints.

Written in ``React Native`` and currently tested on ``iOS``.

## How to run it?
1. Clone the repository using ``git clone https://github.com/tohrxyz/learn-quick.git``

2. Go into the folder using ``cd learn-quick``

3. Install npm modules using ``npm install``

4. Create ``config.js`` file in ``/components/`` and put there following code:
```
module.exports = {
OPENAI_API_KEY: 'put-your-api-key-here'
};
```

5. Run it via Expo Go using ``npx expo start``

## How is it licensed?
This project is developed under MIT [License](https://github.com/tohrxyz/learn-quick/blob/master/License).