RFP_Anonymization

Anonymization of requests for proposal using artificial intelligence

Overview

This repository contains a code that aims to anonymize RFP texts using Groq fast AI Inference and llama 3 as well as a user interface with streamlit

Getting Started

Follow these steps to get started with the project:

To begin, you will need to clone this GitHub repository by running this command in the command prompt :

$ git clone [https://github.com/06sahar06/RFP-anonymization.git]

Navigate to the project directory:

$ cd RFP-anonymization

Install the required packages:

$ pip install -r req.txt

Usage

To run the project, use the following command:

$ python app.py

Using the code with streamlit

Follow these steps to create an interface:

First, you will need to install streamlit by running the following command in the command prompt :

$ pip install streamlit

you can then run the streamlit app directly:

$ streamlit run app.py

Streamlit will then launch a local web server and open your app in the default web browser. You can interact with your app through the browser. To stop the Streamlit server, go back to the command prompt and press Ctrl + C.