Skip to content

Ali-Olliek/ITXI-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published