This project aims to develop a social AI search system that utilizes data analysis, web deployment, and natural language processing techniques. It consists of three branches:
main
: Contains the introduction and data analysis part of the project.azure
: Focuses on deploying a Laravel website to Azure Web App, with the necessary code and configuration files for setting up the web application on Azurebertvectorhelper
: Dedicated to an Azure Function App that creates embeddings for queries, utilizing BERT-based models to generate vector representations for text queries.
Feel free to explore each branch for more details.
Event Name: AI for Impact: Civil Society and Public Life - Open Innovation Programme
Organizer: N3XTCODER
To get started with this project, follow the instructions in each branch's README file to set up the required dependencies and run the code.
The main
branch contains the introduction and data analysis part of the project. Here, you can find the code and documentation related to data collection, preprocessing, and analysis.
The azure
branch focuses on deploying a Laravel website to Azure Web App. It includes the necessary code and configuration files to set up the web application on Azure.
The bertvectorhelper
branch is dedicated to an Azure Function App that creates embeddings for the queries. This branch contains the code for the Azure Function that utilizes BERT-based models to generate vector representations for text queries.
Feel free to explore each branch for more details on the specific functionalities and implementation details.
To get started with this project, follow the instructions in each branch's README file to set up the required dependencies and run the code.