Giter VIP home page Giter VIP logo

voicepix's Introduction

VoicePix

AI based search and Image generation with voice prompt in 55+ language.

This is a web application that uses AI to generate chat responses and images based on user requests. The application is built using Express and Node.js, and uses OpenAI's Whisper API for voice transcription, GPT-3.5 Turbo for chat completion, and DALL-E for image generation.

Installation

To install and run this application on your local machine, follow these steps:

  1. Clone this repository to your local machine using the following command:

    git clone https://github.com/your-username/your-project-name.git
    
  2. Install the necessary dependencies by running the following command in the root directory of the project:

    yarn install
    
  3. Create a .env file in the root directory of the project and add the following environment variables:

    OPENAI_API_KEY=your_openai_api_key
    

    Replace your_openai_api_key with your OpenAI API key.

  4. Start the application by running the following command:

    yarn start
    

    This will start the server on port 3000.

Usage

To use the application, follow these steps:

  1. Navigate to http://localhost:3000 in your web browser.

  2. Click on the microphone icon to enable voice recognition.

  3. Speak your request into the microphone. The application will transcribe your request using OpenAI's Whisper API.

  4. Depending on your request, the application will either generate a chat response or an image using GPT-3.5 Turbo and DALL-E, respectively.

  5. The application will display the generated chat response or image on the screen.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository and create a new branch for your feature or bug fix.

  2. Make your changes and test them thoroughly.

  3. Create a pull request and provide a clear description of your changes.

  4. Wait for feedback and make any necessary changes.

Previews :

image image image

voicepix's People

Contributors

tuhinbar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.