Skip to content

QuaeNocentDocent/CognitiveDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing the demo solution

it is strongly advised to create a python virtual environment, for example you can use: python -m venv .env source .env/bin/activate

To run the solution, ensure you have the required packages installed. You can do this using pip: pip install -r requirements.txt

Setup Secrets

To set up your keys/secrets, create a .env.local file in the root directory and add the following keys in the specified format: OPENAI_API_KEY=your_openai_api_key_here SOME_OTHER_KEY=your_other_key_here

Example .env file content:

AZURE_COGNITIVE_SERVICE_KEY=your_cognitbve_key AZURE_COGNITIVE_SERVICE_ENDPOINT=https://.cognitiveservices.azure.com/

You can use the .env file as a template

Running the demo

Run the Streamlit application using the following command: streamlit run app.py

About

a Demo repo to explore Azure AI pre trained models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published