Skip to content

rahul9903/finalproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Demo of the project is not active as my azure credits are over

Project Title: Azure-Enabled Web Page with Chat Bot

Overview

This project showcases a web page that integrates two powerful Azure technologies: an AI-powered chat bot and Azure Web Apps. The web page aims to demonstrate the capabilities of Azure in creating interactive and intelligent web applications.

Future Ready Talent Program

This project was developed as part of the Future Ready Talent program by Microsoft. The program provides students and early-career professionals with the opportunity to learn and implement cutting-edge technologies, preparing them for the future workforce.

Features

Azure Chat Bot Integration

Chat Bot: An AI-powered chat bot is embedded in the web page to provide real-time assistance and enhance user interaction. The bot can answer queries, guide users through the page, and perform specific tasks as programmed. Technology Used: Azure Bot Service and Azure Cognitive Services.

Azure Web Apps

Azure Web Apps: The web page is hosted on Azure Web Apps, ensuring a scalable, reliable, and secure hosting environment.** Functionality: Azure Web Apps provides a managed environment for deploying and scaling web applications. It supports continuous integration and deployment, making it easier to keep your web app up to date. Getting Started To get a copy of this project up and running on your local machine, follow these steps:

Prerequisites

Node.js installed Azure Subscription

Installation

Clone the Repository:

git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name

Install Dependencies:

npm install

Configure Azure Services:

Set up the Azure Bot Service following this guide. Set up Azure Web Apps following this guide. Update your configuration files with the necessary Azure service credentials and endpoints.

Deploy to Azure Web Apps:

Follow the steps to deploy your web app to Azure Web Apps as outlined in this guide. Run the Application Locally (optional):

npm start
Open in Browser:
Navigate to http://localhost:3000 to see the web page in action locally, or visit your deployed Azure Web App URL.

Usage

Describe how to use the web page and interact with the chat bot. Provide any necessary instructions or tips for the users.

Contributing

We welcome contributions to enhance the functionality and features of this project. Please follow these steps to contribute:

Fork The Repository

Create a new branch (git checkout -b feature/YourFeature).
Commit your changes (git commit -m 'Add new feature').
Push to the branch (git push origin feature/YourFeature).
Open a Pull Request.

Acknowledgements

Thanks to the Future Ready Talent program by Microsoft for providing the platform and resources to develop this project. Special thanks to the Azure team for their support and comprehensive documentation.

About

This is my final FRT project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors