- Navigate to the project folder and install the requirements with
pip install -r requirements.txt
- requirements:
- requests
- beautifulsoup4
- pillow
- openai
- spacy
- werkzeug
- requirements:
- Download the spaCy NLP model with
python -m spacy download en_core_web_md
- Add your API keys to the
api_keys.py
file. The OpenAI key is mandatory, the google keys are optional. - Run
main.py
to start the bot. (you can add a number as an argument to specify how many images to generate, like so:python main.py 10
)
- Add editing capabilities (using dalle, pillow and/or something else)
- Make the agent more "agent-like" (currently it runs kind of like a script, but I want it to be able to make meaningful decisions on its own)
- More dynamic mood system