An open API service indexing awesome lists of open source software.

https://github.com/coding-for-it/ai_app

AI project using Streamlit
https://github.com/coding-for-it/ai_app

Last synced: 9 months ago
JSON representation

AI project using Streamlit

Awesome Lists containing this project

README

          

#SmartText AI

SmartText AI is a backend-powered Python application using FastAPI and Streamlit. It provides text transcription, translation, summarization, image extraction from PDFs, and question-answering based on various file types (PDFs, images, Word).

#Features

-**Text Transcription & Translation**

-**Text Summarization**

-**Image Extraction from PDFs**

-**File Translation & Summarization**

-**Question-Answering**

#Technologies

-**Backend**: Python, FastAPI

-**Frontend**: Streamlit

#Setup

-Clone the repo:

```bash

git clone https://github.com/your-username/smarttext-ai.git

```

-Install dependencies:

```commandline
pip install -r requirements.txt
```

-Run the app:

```commandline
streamlit run app.py
```