The NLP project that will do the detection work that comes from AI develops it. This project uses Streamlit in many languages as an application to run and use. Python to build an LLM with OpenAI's API,
Run the following commands in the project directory to install the required packages.
python -m venv env
source env/bin/activate
python -m pip install -r requirements.txt
You can just run this if your pip version is not yet current.
python.exe -m pip install --upgrade pip
You can see the instructions to set environment variables here for Linux, here for Windows, and here for Mac.
Run streamlit run app.py
on local.