Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1013 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 1013 Bytes

ITXI AI Assessment

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:

  1. Copy the repository onto your local machine using git clone https://github.com/Ali-Olliek/ITXI-AI.git.
  2. Open the folder in a code editor (e.g VSCode).
  3. Make sure you have Python ^3.9 installed.
  4. Optional - Upgrade pip using python -m pip install --upgrade pip.
  5. Recommended - Create a virtual environment using python -m venv venv.
  6. Recommended - Activate virtual environment using venv/scripts/activate.
  7. Download project's dependencies using pip install --no-cache-dir -r requirements.txt
  8. Copy .env.example and rename it to .env.
  9. Modify .env's content. a. OPEN_AI_KEY: Request OPEN_AI_KEY from OpenAI's developer dashboard.
  10. In Jupyter Notebook select the correct environment venv.
  11. Finally, Run the cells.