Apply GEN AI to RFP
-
Prerequisite
- Create a blob storage account
- Create a Document intelligence services
- Create a OpenAI service and deploy a model
- Create manage identity between Blob sorage and Document intelligence
-
Clone the repository
-
Install dependencies
- Ensure you have Node.js installed.
- Run the following command to install the required front-end dependencies:
npm install
- Create a new python virtual environment via the requirements.txt file
pip install -r requirements.txt
-
Configure environment variables
- Create a
.envfile in the root directory. - Add the necessary environment variables as specified in
.env.example.
- Create a
-
Run the application
- Start the front-end:
npm start
- Start the back-end:
python app.py
This repo has been populated by an initial template to help get you started. Please make sure to update the content to build a great experience for community-building.
As the maintainer of this project, please make a few updates:
- Improving this README.MD file to provide a great experience
- Updating SUPPORT.MD with content about this project's support experience
- Understanding the security reporting process in SECURITY.MD
- Remove this section from the README
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.