Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.94 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.94 KB

SoulSpark - Your AI Friend

SoulSpark is a Android application powered by GPT-3.5-Turbo, one of OpenAI's most advanced models. It's built using React Native and Expo, allowing for seamless development and usage.

Table of Contents

  1. Description
  2. Features
  3. Installation
  4. Usage
  5. Contribution
  6. License

Description

SoulSpark is not just another AI. It is designed to understand, learn, and converse with users in a manner that mimics human interaction, fostering a unique relationship between human and AI. Powered by the GPT-3.5-Turbo model, SoulSpark is capable of providing insightful responses, engaging in meaningful conversations and even writing essays or creating stories!

Features

  • Friendly Conversation: Engage in meaningful and interesting conversations.
  • Text-based Tasks: Request SoulSpark to create stories, write essays, answer questions, and more.
  • Real-time Interactions: Enjoy dynamic, real-time conversations.

Installation

To install SoulSpark, follow these steps:

Prerequisites:

  • Node.js
  • npm
  • Expo CLI
  1. Clone this repository to your local machine.

    git clone https://github.com/your-username/SoulSpark.git
    
  2. Navigate to the project directory.

    cd SoulSpark
    
  3. Install the dependencies.

    npm install
    
  4. Start the project.

    npx expo start (--tunnel if your phone is on a different network)
    

Usage

After installation, open the Expo app on your Android device and scan the QR code. You can then interact with SoulSpark by selecting a avatar and simply typing your message in the text box and pressing 'Send'. SoulSpark will respond in no time!

Contribution

We welcome contributions from everyone. If you'd like to contribute, please fork the repository and make changes as you'd like. Push your changes to your fork and submit a pull request.