Leonydis137 commited on
Commit
ad6e593
Β·
verified Β·
1 Parent(s): 681e4ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -36
README.md CHANGED
@@ -1,47 +1,28 @@
1
  ---
2
- title: Panoptic Meta-Cognition Functions
3
- emoji: πŸŒ€
4
- colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.28.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
- # 🧠 Autonomous AI Memory Agent
12
 
13
- A self-enhancing chatbot application that combines vector memory search with a large language model backend. It remembers previous inputs, finds semantic similarities, and continuously improves by integrating FAISS + Sentence Transformers + Gradio + FastAPI.
14
 
 
15
 
16
- ## πŸš€ Features
17
-
18
- - πŸ”Ž **Semantic Memory** β€” Uses FAISS to recall relevant past inputs.
19
- - 🧠 **Embeddings** β€” Powered by `sentence-transformers/all-MiniLM-L6-v2`.
20
- - πŸ—£οΈ **LLM-Ready** β€” Pluggable backend for OpenRouter, Fireworks, or local LLMs.
21
- - ⚑ **FastAPI + Gradio UI** β€” Lightweight API with beautiful interactive UI.
22
- - πŸ“¦ **Deploy-ready** β€” Works out-of-the-box on Hugging Face Spaces or locally.
23
-
24
- ---
25
-
26
- ## πŸ“ Project Structure
27
 
 
28
  ```bash
29
- .
30
- β”œβ”€β”€ app.py # Main FastAPI app with Gradio UI
31
- β”œβ”€β”€ memory.py # MemoryVectorStore with encoder and FAISS search
32
- β”œβ”€β”€ requirements.txt # All dependencies
33
- └── static/ # (Optional) Static web files (e.g., HTML dashboard)
34
- ---
35
-
36
- πŸ€– Welcome to **Autonomous-AI** – an intelligent agent system that operates autonomously using the Gradio interface!
37
-
38
- ## ✨ Description
39
-
40
- Autonomous-AI is a cutting-edge autonomous agent platform that chains LLMs, memory modules, and task orchestration into a seamless interface.
41
-
42
- ## πŸš€ Features
43
-
44
- - πŸ”Ή Built with Gradio v4.14.0
45
- - 🎨 Themed with gradient from `blue` to `pink`
46
- - πŸ“ Entry point: `app.py`
47
- - 🧠 Deployed on Hugging Face Spaces
 
1
  ---
2
+ title: Autonomous AI
3
+ emoji: πŸ€–
4
+ colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: "4.28.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
 
11
 
12
+ # Autonomous AI Space
13
 
14
+ This Space hosts an autonomous AI agent with panoptic meta-cognition capabilities.
15
 
16
+ ## Features
17
+ - Self-reflective code generation
18
+ - Ethical risk assessment
19
+ - Collaborative development logs
20
+ - Uncertainty modeling
21
+ - Lifecycle management
 
 
 
 
 
22
 
23
+ ## How to Run Locally
24
  ```bash
25
+ git clone https://huggingface.co/spaces/Leonydis137/Autonomous-AI
26
+ cd Autonomous-AI
27
+ pip install -r requirements.txt
28
+ python app.py