| 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 |
AI-powered Instructor for Agentic AI using Groq API and Gradio.
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
git clone https://github.com/elsayedelmandoh/instructor-for-agentic-ai
cd instructor-for-agentic-ai# 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.txtCreate a .env file at the project root or store vars in the Hugging Face Space secrets.
python app.pyOpen the URL printed in the terminal.
Hugging Face Space URL used in this project: https://huggingface.co/spaces/elsayedelmandoh/instructor-for-agentic-ai
- Sign in to Hugging Face.
- Go to the Space you want to duplicate.
- Click the "Duplicate this Space" button.
- Choose a new name and visibility, then Duplicate Space.
- In the new Space settings add secrets (GEMINI_API_KEY) and push code.
- Fork the repository.
- Create a branch for your change.
- Make changes, commit with clear messages.
- Push to your fork and open a pull request.
Developed by Elsayed Elmandoh — NLP Engineer.
LinkedIn: https://linkedin.com/in/elsayed-elmandoh-b5849a1b8/
X/Twitter: https://x.com/aangpy