A space for developing data for Feminist AI LAN Partys
Text-generation and notebooks for text generation.
Image and diffustion model outputs/data and notebooks/ideas.
File prodigy.json
in the current working directory
{
"db": "postgresql",
"db_settings": {
"postgresql": {
"host": "192.168.88.10",
"port": 5432,
"dbname": "femai",
"user": "prodigy",
"password": "prodigyrocks"
}
}
}
Install database driver:
pip install psycopg2 --no-binary
Test that it works:
python -m prodigy stats
Fork the repo, do a PR from fork.