- Majd Al Mnayer - GitHub - Microsoft Learn Student Ambassador
- Hamit Sehjal - GitHub - Microsoft Learn Student Ambassador
Generative AI and Azure OpenAI.
Join us at the Microsoft Learn Event: "Generative AI and Azure OpenAI." Explore the fundamentals of Generative AI, understand its impact on the developer landscape, and discover practical ways to integrate it into your projects using Azure OpenAI. Whether you're a Senior Year or Freshman, this event provides insights into the world of Generative AI and its seamless integration with Azure OpenAI. Learn how this transformative technology can enhance your projects and stay ahead in the rapidly evolving tech landscape. Don't miss the opportunity to gain valuable knowledge and skills.
- College: Seneca Polytechnic
- Location: 1750 Finch Ave E, North York, ON, CA, M2J 2X5
- Date: Thu, Mar 7, 2024
- Time: 1 PM - 2:15 PM EST (GMT-5)
- Room: K3272
Thanks to Azure OpenAI and their easily accessible GPT models, this app can do the following:
- Allows you to talk with a GPT-model.
- Generates HTML element designs using CSS.
- Generates entire web pages that follow design principles with one click.
And the best thing is, you can see the code as well!
Environment variables must be supplied for the Backend:
- AZURE_OPENAI_KEY: your azure openai key
- AZURE_OPENAI_ENDPOINT: your azure openai endpoint
- OPENAI_DEPLOYMENT_NAME: what you named your model
Frontend:
npm install
Backend:
npm install
Frontend:
npm run dev
Backend:
npm run dev
The Project consists of two small LLM powered apps built using minimal lines of code.
-
Tweet Generator: Generate a tweet based on events, topics, hashtags specified by user. Tone and Style of the tweet can be configured by User on Go.
-
Video Summarizer: Paste the link of the YouTube Video and it summarizes the content of the video for you. See the Key Highlights and Summary of any Video in seconds
The Frontend is configured using Gradio - Awesome tool
Python Version: Python 3.7 or higher is required.
- Clone the Repository and change the directory
git clone https://github.com/Mounayer/Seneca_MLSA_Event.git
cd Hamit
- Install Dependencies
pip install -r requirements.txt
- Configure Environment
cp .env.example .env
- Run the scripts
- To run Tweet Generator
python demo_tweet_generator.py
- To run Video Summarizer
python demo_video_summarizer.py