Metadata-Version: 2.1
Name: aichatlite
Version: 0.0.2
Summary: Claude Similar Chat using Huggingface 
Author-email: Your Name <your.email@example.com>
Project-URL: Homepage, https://github.com/yourusername/pyopengenai
Project-URL: Bug Tracker, https://github.com/yourusername/pyopengenai/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: parselite
Requires-Dist: searchlite
Requires-Dist: langchain_core
Requires-Dist: uvicorn
Requires-Dist: fastapi
Requires-Dist: hugpi
Requires-Dist: hugchat
Requires-Dist: gradio-client

# omni-ai

A chatbot system using huggingchat with most capable model qwen2.5-70B model , to achieve similar featurs of claude.

![Chatbot Image](figs/intial_render.png)

![Chatbot Image + Artifact](figs/render_with_artifact.png)

![Chatbot Image + Artifact After UI Improvement](figs/render_with_artifact_improved_ui.png)


## Future Plan

- [x] Feature 1: Integrate hugchat and start ui
- [ ] Feature 2: Integrate websearch
- [ ] Feature 3: PDF+Chat
- [ ] Feature 4: Ai Researcher on specific topic or request ( arxiv,google etc..)
