Skip to content

sarfarazit08/Streamlit-Azure-OpenAI-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisite

  1. Azure Subscription - Trial or Paid

  2. Azure OpenAI Service Access Raise Request

  3. Python Installation

  4. Visual Studio Code Installation

  5. Other Python Packages To Code The Application. Install the required packages to work with the code. pip install -r requirements.txt

  6. Create .env file and set values as below:

    API_KEY=2642ab2e99fd4b6da1b3fa2e29f278e9
    API_BASE=https://oaisvc23.openai.azure.com/
    
  7. Follow the respective app codes

    • chat_app.py
    • dalle_app.py
  8. YouTube Video Tutorial Link

About

Azure OpenAI API Integration with Streamlit Integrated Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages