A lightweight tool that transforms plain text into structured queries using the Gemini API. This project simplifies data retrieval by converting natural language inputs into precise query formats.
- Convert natural language text into structured queries
- Leverage the Gemini API for seamless integration
- Easy to use and integrate into existing applications
- Clone the repository
- Install the required dependencies: pip install -r requirements.txt
- Config GEMINI API in the environment variable
- Run the sql.py first for creating the database
- After run app.py
Boom! your Text to Query generator in no ready
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.