A tool to help you create and manage your adventures, characters, and enemies with the help of GPT-3.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository
git clone https://github.com/laudanum123/fantasy_fabricator.git
Install the dependencies
cd frontend/
npm install
pip install -r requirements.txt
Create API-File with your OpenAI API-Key
touch ./backend/api_key.py
#./backend/api_key.py
API_KEY = 'YOUR-OPENAI-API-KEY'
# Make sure to add this file to .gitignore if you plan on contributing
Install the spacy named entity package
python -m spacy download en_core_web_sm
Start the development server
cd frontend/
npm run serve
python backend/app.py
Open http://localhost:8080 in your browser to see the application.
Please fork the repo and create a pull request if you want to contribute
Authors Laudanum - Initial work - laudanum123