| license | title | sdk | emoji | colorFrom | colorTo | short_description |
|---|---|---|---|---|---|---|
apache-2.0 |
Search-Engine-GenAI-app |
streamlit |
🏃 |
red |
yellow |
A search engine GenAI app |
A Generative AI–powered Search Engine built with Python.
This project is designed to be simple to download and run locally using the UV package manager, with zero environment configuration required.
🔗 https://search-engine-genai-app.onrender.com/
- 🔍 AI-powered semantic search
- 💬 Natural language queries
- ⚡ Lightweight and fast
- 📦 Uses UV for dependency & environment management
- 🧩 No
.envfile required - ⬇️ Can be downloaded and run immediately
| Component | Technology |
|---|---|
| Language | Python |
| Package Manager | uv |
| Backend | Python |
| GenAI | Large Language Models |
| Deployment | Render |
.
├── app.py
├── main.py
├── pyproject.toml
├── uv.lock
├── requirements.txt
├── .python-version
└── README.md
- Click Code → Download ZIP on GitHub
- Extract the folder
- Open a terminal inside the project directory
git clone https://github.com/Tridib2510/Search-Engine-GenAI-app.git
cd Search-Engine-GenAI-appuv syncuv automatically creates and manages the virtual environment.
uv run python app.pyThe app will start immediately and print the local URL in the terminal.
Build Command
uv syncStart Command
uv run python app.pyPull requests are welcome.
For major changes, please open an issue first.
MIT License
If you like this project, give it a ⭐ on GitHub!