Automatically Record and Preserve Group Memories
Neverland is a service that provides an efficient way to record and archive the memories of groups and organizations.
Neverland allows users to automatically compile and generate a unified record of the group's memories, even when individuals remember them differently. Leveraging generative AI technology, this feature enables groups to conveniently and efficiently document their shared experiences.
Neverland systematically organizes and stores the group's memory records from both temporal and spatial perspectives.
This enhances the diversity and efficiency of the memory archiving process.
- Clone client repository
$ git clone https://github.com/lemonssoju/neverland-client.git
- Install node packages with yarn
$ yarn install
- Add Info.plist in ios/neverland and install pod
$ cd ios && pod install
- Set environment variables
- .env: API_URL, STABILITY_API_KEY
- env.d.ts
- android/local.properties: google_map_api_key
- Start developing
$ yarn start
The core logic of Neverland, the image auto-generation, is powered by Chat-GPT and Stable Diffusion, and it operates through the following workflow.
Joonghyun Kim | Seojin Kwak | Somin Ji |
---|---|---|
Backend Developer | Frontend Developer | AI Developer |
Stability AI's Stable Diffusion
Kakao Map API
React Native Maps
Chat-GPT 3.5 Java Client