Help you to formulate requirements to your landing page
Hacked on Sundai, Sep 15, 2024
cp .env.example .env
nano .env
# then add your Gemini secret keys to the .env file
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
or
uvicorn main:app --reload
Auto deployed to Vercel https://landing-page-describer.vercel.app at each commit to main
branch.