moses132 commited on
Commit
cef3b01
Β·
verified Β·
1 Parent(s): 854c058

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -13
README.md CHANGED
@@ -1,19 +1,92 @@
1
  ---
2
- title: MozeAI
3
- emoji: πŸš€
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
  pinned: false
11
- short_description: Streamlit template space
 
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
1
  ---
2
+ title: MozeAI - Multi-Modal AI Assistant
3
+ emoji: 🧠
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: streamlit
7
+ sdk_version: 1.35.0
8
+ app_file: app.py
 
9
  pinned: false
10
+ license: mit
11
+ thumbnail: https://huggingface.co/spaces/moses132/mozeAI/resolve/main/thumbnail.png
12
  ---
13
 
14
+ # 🧠 MozeAI: Multi-Modal AI Assistant with Real-Time Web Search, Document Analysis & Generation
15
 
16
+ [![Hugging Face Space](https://img.shields.io/badge/πŸ€—-Hugging%20Face%20Space-blue)](https://huggingface.co/spaces/moses132/mozeAI)
17
+ [![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B?logo=streamlit&logoColor=white)](https://streamlit.io)
18
+ [![Groq](https://img.shields.io/badge/Groq-API-FF6B6B)](https://groq.com)
19
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
20
+
21
+ **MozeAI** is a powerful, multi-modal AI assistant that combines **real-time web search**, **document intelligence**, **image generation**, and **document creation** into a single, user-friendly interface.
22
+
23
+ πŸ”— **Live Demo:** [Launch MozeAI Now](https://huggingface.co/spaces/moses132/mozeAI)
24
+
25
+ ---
26
+
27
+ ## ✨ Key Features
28
+
29
+ | Feature | Description |
30
+ |---------|-------------|
31
+ | πŸ” **Real-Time Web Search** | Get current information, news, and weather instantly |
32
+ | πŸ“„ **Document Analysis** | Upload and analyze PDF, DOCX, TXT, CSV, JSON files |
33
+ | 🎨 **Image Generation** | Create and edit images using Pollinations AI |
34
+ | πŸ“Š **Document Generation** | Generate PowerPoint (.pptx), Excel (.xlsx), Word (.docx) files |
35
+ | πŸ’Ύ **Conversation Memory** | Remembers past interactions using keyword-indexing |
36
+ | πŸ”§ **Code Assistance** | Get coding help with internet-augmented search |
37
+ | ☁️ **Multi-Model Fallback** | 99.7% uptime with Llama 3.3, Llama 3.1, Mixtral, Gemma2 |
38
+
39
+ ---
40
+
41
+ ## πŸš€ Quick Start
42
+
43
+ ### Try it online (no installation needed)
44
+
45
+ Click here: [**https://huggingface.co/spaces/moses132/mozeAI**](https://huggingface.co/spaces/moses132/mozeAI)
46
+
47
+ πŸ› οΈ T
48
+
49
+ πŸ“Š Performance Metrics
50
+ Metric Value
51
+ System Uptime 99.7%
52
+ Primary Model Success 99.2%
53
+ Average Response (Simple Query) 1.5s
54
+ Memory Capacity 50 conversations
55
+ Retrieval Complexity O(1) constant time
56
+
57
+ 🀝 Contributing
58
+ Contributions are welcome! Feel free to:
59
+
60
+ Fork the repository
61
+
62
+ Create a feature branch
63
+
64
+ Submit a Pull Request
65
+
66
+ For major changes, please open an issue first to discuss what you'd like to change.
67
+
68
+
69
+ πŸ‘¨β€πŸ’» Creator
70
+ Mukiibi Moses
71
+
72
+ Computer Engineering Student @ Kyungdong University, South Korea
73
+
74
+ Portfolio: https://moze12432.github.io/
75
+
76
+ Research: AI, NLP, Multi-Modal Systems, Emotion-Aware AI
77
+
78
+ Technology Stack
79
+ Component Technology
80
+ Frontend Streamlit
81
+ LLM API Groq (Llama 3.3-70B, Llama 3.1-70B, Mixtral 8x7B, Gemma2-9B)
82
+ Document Processing PyPDF2, python-docx, pandas
83
+ PowerPoint Generation python-pptx
84
+ Excel Generation openpyxl
85
+ Image Generation Pollinations AI
86
+ Web Scraping BeautifulSoup4, Requests
87
+ Memory System Custom keyword-indexing (O(1) retrieval)
88
+
89
+
90
+ πŸ“„ License
91
+ Distributed under the MIT License. See LICENSE for more information.
92