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
- Host: GitHub
- URL: https://github.com/coding-for-it/ai_app
- Owner: coding-for-it
- Created: 2025-02-28T04:53:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T05:07:18.000Z (about 1 year ago)
- Last Synced: 2025-02-28T12:39:01.938Z (about 1 year ago)
- Language: Python
- Size: 7.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```