You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-35Lines changed: 49 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,28 +192,7 @@ percentage, missing keywords, and profile summary.
192
192
- Choose between vector search or summarization for responses.
193
193
- Support for multiple Open Source LLMs models.
194
194
195
-
### 21. Tech News Agent using Crew ai
196
-
197
-
-**Route:**`/news_agent`
198
-
-**Description:** This endpoint leverages AI agents to conduct research and generate articles on various tech topics. The agents are designed to uncover groundbreaking technologies and narrate compelling tech stories.
199
-
-**Features:**
200
-
- Accepts a `topic` parameter specifying the tech topic of interest.
201
-
- Utilizes caching mechanisms for improved performance by storing and retrieving responses from Redis cache.
202
-
- Integrates with MongoDB for storing endpoint usage data.
203
-
- Returns articles and research findings related to the specified tech topic.
204
-
- Handles exceptions gracefully and returns error messages in JSON format.
205
-
206
-
### 22. Query Database
207
-
208
-
-**Route:**`/query_db`
209
-
-**Description:** This API endpoint facilitates querying SQL databases using a Cohere ReAct Agent, integrated with Langchain's SQLDBToolkit.
210
-
-**Feature:**
211
-
- Upload a `.db` file containing the database to be queried.
212
-
- Provide a natural language prompt or query to retrieve relevant information
213
-
from the database.
214
-
- Utilizes a Cohere ReAct Agent to process user queries and generate responses.
215
-
216
-
### 23. MediGem: Medical Diagnosis AI Assistant
195
+
### 21. MediGem: Medical Diagnosis AI Assistant
217
196
218
197
-**Route:**`/MediGem`
219
198
-**Description:** This API endpoint leverages the New Google Gemini AI Model to analyze medical images and identify potential health conditions.
@@ -226,7 +205,7 @@ percentage, missing keywords, and profile summary.
226
205
-**Image Quality Note:** Indicates if certain aspects are 'Unable to be determined based on the provided image.'
227
206
-**Disclaimer:** Includes the disclaimer: "Consult with a Doctor before making any decisions."
228
207
229
-
### 24. NoteGem: Automated Note-Taking Assistant
208
+
### 22. NoteGem: Automated Note-Taking Assistant
230
209
231
210
-**Route:**`/NoteGem`
232
211
-**Description:** This API endpoint leverages the Google Gemini AI Model to generate comprehensive notes from YouTube video transcripts.
@@ -236,7 +215,50 @@ percentage, missing keywords, and profile summary.
236
215
-**Error Handling for Transcripts:** If the transcript is not available, it returns a message indicating that the transcript is not available for transcription.
237
216
-**AI Summary Generation:** The AI model generates a structured summary of the transcript focusing on main points, critical information, key takeaways, examples or case studies, quotes, and actionable steps.
238
217
239
-
### 25. Investment Risk Analyst Agent
218
+
### 23. Audio Video Transcriber
219
+
220
+
-**Route:**`/transcriber`
221
+
-**Description:** This API endpoint allows users to upload audio or video files to be transcribed into text using the OpenAI Whisper model.
222
+
-**Feature:**
223
+
-**File Upload:** Users can upload audio or video files in various formats.
224
+
-**Transcription:** The API uses the OpenAI Whisper model to transcribe the uploaded file into text.
225
+
226
+
### 24. Agrilens
227
+
228
+
-**Route:**`/agrilens`
229
+
-**Description:** This API endpoint allows users to upload agricultural images and receive AI-powered insights into crops, pests, diseases, and overall health assessment.
230
+
The analysis also includes actionable recommendations for improving agricultural practices and yields.
231
+
-**Features:**
232
+
-**Image Upload:** Users can upload agricultural images in JPG, JPEG, or PNG formats.
233
+
-**Advanced Detection:** Identifies crops, pests, diseases, and farming equipment within the uploaded image.
234
+
-**Health Assessment:** Evaluates crop health, identifying stress factors or signs of disease.
235
+
-**Smart Recommendations:** Provides actionable insights for enhancing agricultural productivity, such as fertilizer, pesticide, or irrigation advice.
236
+
237
+
### AGENTS Endpoint
238
+
239
+
### 1. Tech News Agent using Crew ai
240
+
241
+
-**Route:**`/news_agent`
242
+
-**Description:** This endpoint leverages AI agents to conduct research and generate articles on various tech topics. The agents are designed to uncover groundbreaking technologies and narrate compelling tech stories.
243
+
-**Features:**
244
+
- Accepts a `topic` parameter specifying the tech topic of interest.
245
+
- Utilizes caching mechanisms for improved performance by storing and retrieving responses from Redis cache.
246
+
- Integrates with MongoDB for storing endpoint usage data.
247
+
- Returns articles and research findings related to the specified tech topic.
248
+
- Handles exceptions gracefully and returns error messages in JSON format.
249
+
250
+
### 2. Query Database
251
+
252
+
-**Route:**`/query_db`
253
+
-**Description:** This API endpoint facilitates querying SQL databases using a Cohere ReAct Agent, integrated with Langchain's SQLDBToolkit.
254
+
-**Feature:**
255
+
- Upload a `.db` file containing the database to be queried.
256
+
- Provide a natural language prompt or query to retrieve relevant information
257
+
from the database.
258
+
- Utilizes a Cohere ReAct Agent to process user queries and generate responses.
259
+
260
+
261
+
### 3. Investment Risk Analyst Agent
240
262
241
263
-**Route:**`/investment_risk_agent`
242
264
-**Description:** This API endpoint coordinates a team of AI agents to perform comprehensive investment risk analysis and strategy development.
@@ -247,7 +269,7 @@ percentage, missing keywords, and profile summary.
247
269
-**Risk Assessment:** The risk management agent evaluates potential risks associated with the trading strategy and suggests mitigation measures.
248
270
-**Execution Planning:** The execution agent develops a detailed plan for executing the trading strategy, considering the assessed risks.
249
271
250
-
### 26. Agent Doc
272
+
### 4. Agent Doc
251
273
252
274
-**Route:**`/agent_doc`
253
275
-**Description:** This API endpoint coordinates a team of AI agents to perform comprehensive healthcare diagnosis and treatment recommendations.
@@ -256,15 +278,7 @@ percentage, missing keywords, and profile summary.
256
278
-**Diagnosis:** The diagnostician agent analyzes the input data to provide a preliminary diagnosis with possible conditions.
257
279
-**Treatment Recommendations:** The treatment advisor agent formulates a suitable treatment plan based on the diagnosis and user-provided information.
258
280
259
-
### 27. Audio Video Transcriber
260
-
261
-
-**Route:**`/transcriber`
262
-
-**Description:** This API endpoint allows users to upload audio or video files to be transcribed into text using the OpenAI Whisper model.
263
-
-**Feature:**
264
-
-**File Upload:** Users can upload audio or video files in various formats.
265
-
-**Transcription:** The API uses the OpenAI Whisper model to transcribe the uploaded file into text.
266
-
267
-
### 28. Job Posting Agent
281
+
### 5. Job Posting Agent
268
282
269
283
-**Route:**`/job_posting_agent`
270
284
-**Description:** This API endpoint coordinates a team of AI agents to generate a detailed and engaging job posting tailored to the company's culture and values.
@@ -275,7 +289,7 @@ percentage, missing keywords, and profile summary.
275
289
-**Job Posting Drafting:** The job description writer agent uses the insights to create a detailed, engaging, and enticing job posting that aligns with the company's culture and values.
276
290
-**Review and Editing:** The review and editing specialist agent reviews the job posting for clarity, engagement, grammatical accuracy, and alignment with company values, refining it to ensure perfection.
277
291
278
-
### 29. ML Assistant Agent
292
+
### 6. ML Assistant Agent
279
293
280
294
-**Route:**`/ml_assistant`
281
295
-**Description:** This endpoint coordinates a team of AI agents to process an uploaded CSV file and a user-defined machine learning problem description. It aims to provide a clear problem definition, assess the data quality, recommend suitable machine learning models, and generate starter Python code for the project.
0 commit comments