Logo Lanfrica

RISPER2025/uniq-africa-ai

Type de record:

software
Créateur:
RIS
Hôte:
# Uniq Africa Cleaning AI ## Project Overview Uniq Africa Cleaning AI is a Python-based AI tool developed to analyze cleaning service information using an AI model API. The project demonstrates how an AI-powered application can receive user input, perform structured analysis, process the AI response, and save the results in different formats. ## Features - Python-based AI application - Two-stage AI analysis - API integration - Structured prompting - JSON response handling - Error handling using try/except - Environment variable support for API credentials - Results saved in multiple formats ## Project Files - `main.py` – Main Python application - `requirements.txt` – Required Python packages - `.gitignore` – Files and folders excluded from Git - `cleaning_ai_results.json` – AI analysis results in JSON format - `cleaning_ai_results.md` – AI analysis results in Markdown format - `cleaning_ai_results.txt` – AI analysis results in text format - `uniq_africa_cleaning_ai_report.pdf` – Project report ## Installation Clone the repository: ```bash git clone github.com