---
license: mit
title: Nano AI Image Analyzer
sdk: streamlit
emoji: 📈
colorFrom: indigo
colorTo: red
pinned: false
short_description: analyze image using gen ai
---
# 📱 Nano AI Image Analyzer
this is a Gen-AI project. that utilizes various AI models to analyze a picture.
### steps
1. create your virtual environment (venv) [optional]
> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
> .\venv\Scripts\Activate.ps1 #powershell
> venv\Scripts\activate.bat #cmd
1. install all modules under `requirements.txt` using -->
> pip install -r requirements.txt
2. run the app using
> streamlit run app.py
make sure to check `.streamlit/config.toml` for your streamlit settings
## features offered