Hi, this project is about, how to harness the capabilities of ChatGPT, Dall-E, Whisper in Python and JavaScript.
Craft compelling chatbots, generate different creative text formats, and answer your questions in an informative way.
Create stunning images from your wildest text descriptions and explore the power of AI-generated art.
Discover how to transcribe audio with exceptional accuracy using OpenAI's speech recognition model.
Whether you're a programmer, artist, or simply curious about AI, this course is your ultimate guide to mastering OpenAI models with Python and JavaScript.
- Login or Signup with: https://platform.openai.com/
- Generate API Key: https://platform.openai.com/api-keys
- To run the python or .py files, follow the following steps:
- Install python from https://www.python.org/downloads/ as per your operating system.
- Open your command terminal and type below 2 commands
- pip install openai
- pip install python-dotenv
- Install Vs code.
- Open Vs code and select your project folder.
- Open your selected files.
- Click on play icon on the top right side inside Vs code.
- OR Please see the attached run-python-project-vs-code.png file.
- Must install Node.js
- npm install dotenv