#841 · Primary category: AI Agents & Automation

chatbot

agentic-ai ai aiagents chatbot python pytorch seq2seq-chatbot shopping slm

Chatbot advances with LLM, adds small-parameter SLM and training scripts for local training, and introduces ChatAgent for practical agent implementations.

Project last updated:10/09/25

GitHub Stars

3.6K

Forks

1.0K

Contributors

2

License

Other

Why we included this project

This project shows what a working agent for extracting data from locked-down web interfaces actually looks like. Its Shopping Agent drives a real Chrome session into an order backend, screenshots full pages or selected regions, runs the images through a configurable multimodal model in batches, and exports the results to Excel, all steered from a plain-language chat window. That is a genuinely useful reference for teams stuck pulling order or dashboard data out of admin systems that offer no export button. The stack is FastAPI plus Streamlit, so you can run the whole thing locally and swap in your own model endpoints and browser settings. The repo also keeps the original Chinese seq2seq chatbot training scripts, which work as a simple introduction to training a small conversational model on your own corpus.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category