@@ -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
1251251 . ** 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
1311312 . ** Install Dependencies**
@@ -152,11 +152,13 @@ python vtracker.py
152152### Development Streams
1531531 . ** CLI Enhancements**
154154 - Add database integration
155- - Implement report generation
155+ - Implement report generation
156+ - Establish a runtime environment for satellite data processing
156157
1571582 . ** Web Interface**
158159 - Develop Flask/Django backend
159160 - Create React frontend
161+ - Develop an integration with Contoso Chat
160162
1611633 . ** OpenAI Integration**
162164 - Azure openAI service
0 commit comments