Skip to content

elsayedelmandoh/instructor-for-agentic-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title Instructor For Agentic Ai
emoji 🦀
colorFrom pink
colorTo red
sdk gradio
sdk_version 6.5.1
app_file app.py
pinned false
short_description AI-powered Instructor for Agentic AI using Groq and Gradio

Instructor for Agentic AI

Table of Contents

Overview

AI-powered Instructor for Agentic AI using Groq API and Gradio.

Project Structure

agentic-instructor-chatbot
├── app.py
├── requirements.txt
├── README.md
├── .gitignore
├── .gitattributes
├── .env
├── research/
│   └── notebook.ipynb
└── src
    ├── __init__.py
    ├── config
    │   ├── __init__.py
    │   └── settings.py
    └── utils
        ├── __init__.py
        └── prompts.py

Setup

  • GitHub repo: link
  • Hugging Face Space: link

Clone from GitHub

git clone https://github.com/elsayedelmandoh/instructor-for-agentic-ai
cd instructor-for-agentic-ai

Conda environment

# create & activate
conda create -n instructor-for-agentic-ai python=3.12 -y
conda activate instructor-for-agentic-ai

# install pip then dependencies
conda install pip -y
pip install -r requirements.txt

Create a .env file at the project root or store vars in the Hugging Face Space secrets.

Run locally

python app.py

Open the URL printed in the terminal.

Duplicate Hugging Face Space

Hugging Face Space URL used in this project: https://huggingface.co/spaces/elsayedelmandoh/instructor-for-agentic-ai

  1. Sign in to Hugging Face.
  2. Go to the Space you want to duplicate.
  3. Click the "Duplicate this Space" button.
  4. Choose a new name and visibility, then Duplicate Space.
  5. In the new Space settings add secrets (GEMINI_API_KEY) and push code.

Contributing

  1. Fork the repository.
  2. Create a branch for your change.
  3. Make changes, commit with clear messages.
  4. Push to your fork and open a pull request.

Author

Developed by Elsayed Elmandoh — NLP Engineer.
LinkedIn: https://linkedin.com/in/elsayed-elmandoh-b5849a1b8/
X/Twitter: https://x.com/aangpy

About

AI-powered Instructor for Agentic AI using Groq API and Gradio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors