In this repository we explored OpenAI's APIs and the endless possibilities they provide in automating the workflow, and the ability to expand OpenAI's functionality through Function Calls
.
To run the project follow these steps:
- Copy the repository onto your local machine using
git clone https://github.com/Ali-Olliek/ITXI-AI.git
. - Open the folder in a code editor (e.g VSCode).
- Make sure you have Python ^3.9 installed.
- Optional - Upgrade pip using
python -m pip install --upgrade pip
. - Recommended - Create a virtual environment using
python -m venv venv
. - Recommended - Activate virtual environment using
venv/scripts/activate
. - Download project's dependencies using
pip install --no-cache-dir -r requirements.txt
- Copy
.env.example
and rename it to.env
. - Modify
.env
's content. a. OPEN_AI_KEY: Request OPEN_AI_KEY from OpenAI's developer dashboard. - In Jupyter Notebook select the correct environment
venv
. - Finally, Run the cells.