--- title: AI API Project emoji: 🤖 colorFrom: blue colorTo: indigo sdk: docker app_port: 7860 --- \# AI API Project This project is a FastAPI-based AI service that provides multiple intelligent capabilities through REST APIs. \## Features \- OCR (Optical Character Recognition) for images and PDF files \- Text summarization \- Sentiment analysis using a trained ML model \- Retrieval-Augmented Generation (RAG) \- Local LLM interaction \## Technologies Used \- FastAPI \- Docker \- Python \- OpenCV \- Tesseract OCR \- ChromaDB \- LangChain \- Scikit-learn \## Running the Project with Docker 1\. Clone the repository git clone 2\. Build and run the container docker compose up --build 3\. Open the API documentation \## Notes Make sure Docker is installed before running the project. ## Live Demo Cloud demo: https://alialhalleeq-ai-api-demo.hf.space/docs