# ChatGPT-Assistant **Repository Path**: lin.jinxing/ChatGPT-Assistant ## Basic Information - **Project Name**: ChatGPT-Assistant - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-24 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChatGPT Assistant ChatGPT Assistant is an application developed using Expo and TypeScript. It serves as a basic demonstration of utilizing OpenAI's models for text generation, image generation, and speech-to-text functionalities. Users can interact with these models through the application, which is compatible with **Android**, **iOS**, and **Web** platforms. ## Features - **Text Generation:** Generate text using OpenAI's GPT models by providing prompts. - **Image Generation:** Generate images based on textual descriptions using OpenAI's DALL-E model. - **Speech-to-Text:** Convert spoken words into text using OpenAI's speech recognition model. ## Usage To use the application, follow these steps: 1. Clone the repository: ``` git clone https://github.com/falatekmen/ChatGPT-Assistant.git ``` 2. Install dependencies: ``` cd ChatGPT-Assistant npm install ``` 3. Start the development server: ``` expo start ``` 4. Follow the instructions to run the application on your desired platform (Android, iOS, or web). ## Demo Videos Check out the demonstration videos to see ChatGPT Assistant in action: ![0519](https://github.com/falatekmen/ChatGPT-Assistant/assets/81239267/0f9716b3-2a42-4dba-b5dc-d65faa837487) ![0519 (1)(1)](https://github.com/falatekmen/ChatGPT-Assistant/assets/81239267/5d1094a0-9367-4772-b520-a8841b0f412a) ## Contributing Contributions are welcome! If you'd like to contribute to the project, feel free to fork the repository and submit a pull request with your changes. Please note that the Whisper model for speech-to-text functionality may not work perfectly on web platforms. Contributions to improve this feature are especially appreciated. ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.