Eva β Custom Search Engine Bot
Eva is a lightweight custom search assistant created using Python.
It takes user queries and returns fast, relevant results using search APIs and custom logic.
This is a personal project built to learn AI, automation and bot development.
- Accepts natural language search queries
- Fast and clean response system
- Modular code (easy to extend)
- Simple to run locally
- Low resource usage
- Python 3.x
- Requests (or any API you used)
- JSON handling
- Custom logic modules
eva-custom-search-engine/ βββ src/ β βββ main.py βββ README.md