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
- Host: GitHub
- URL: https://github.com/tohrxyz/learn-quick
- Owner: tohrxyz
- License: mit
- Created: 2023-02-13T21:45:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T06:50:18.000Z (about 3 years ago)
- Last Synced: 2025-02-28T12:06:45.352Z (over 1 year ago)
- Topics: gpt-3, react-native, summarizer
- Language: JavaScript
- Homepage:
- Size: 18.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: License
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).