- Create a new Web Service on Render.com
- Connect your GitHub repository
- Set the following configuration:
- Build Command:
pip install -r requirements.txt - Start Command:
gunicorn app:app
- Build Command:
- Add the required environment variables:
API_KEY: Your Gemini API key
- Deploy the application
The application will be available at the URL provided by Render once deployment is complete.