Skip to content

Commit a57b775

Browse files
authored
Update README.md
Updated
1 parent 1ed56e8 commit a57b775

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AGObot/
4141
│ └── data_models/ # GPT 4.0
4242
├── docs/ README.md # Documentation
4343
└── tests/ app.py #Azure web services
44-
└── integrations.js/ # Python data Integration
44+
└── integrations.js/ # Applications Integration file
4545
```
4646

4747
---
@@ -112,7 +112,7 @@ This project combines:
112112

113113
| Category | Requirements |
114114
|-----------------|---------------------------------------|
115-
| Core | Python 3.10+, Azure OpenAI access |
115+
| Core | Python 3.9+, Azure OpenAI access |
116116
| CLI Dependencies| openai, python |
117117
| Web Components | AI Chat-based WebApp |
118118
| Data Science | pandas, numpy, scikit-learn |
@@ -124,8 +124,8 @@ This project combines:
124124

125125
1. **Clone Repository**
126126
```bash
127-
git clone https://github.com/<your-repo>/carbon-footprint-app.git
128-
cd carbon-footprint-app
127+
git clone https://github.com/aimtyaem/AGO.git
128+
cd AGO
129129
```
130130

131131
2. **Install Dependencies**
@@ -152,11 +152,13 @@ python vtracker.py
152152
### Development Streams
153153
1. **CLI Enhancements**
154154
- Add database integration
155-
- Implement report generation
155+
- Implement report generation
156+
- Establish a runtime environment for satellite data processing
156157

157158
2. **Web Interface**
158159
- Develop Flask/Django backend
159160
- Create React frontend
161+
- Develop an integration with Contoso Chat
160162

161163
3. **OpenAI Integration**
162164
- Azure openAI service

0 commit comments

Comments
 (0)