- To run this project you will need to specify an openai API key in the environment under the name "OPENAI_API_KEY"
- alternatively, you can provide this in an .env file in the project root directory
pip install -r requirements.txtpython -m uvicorn app.main:app --reload
See here for more details on installation
docker build -t fake_news_be -f $(PWD)/dev.Dockerfile .docker run -it -p 8000:8000 -v $(PWD)/app:/app/ fake_news_be
docker build -t fake_news_be .docker run -p 80:80 fake_news_be
See here for more details on running this app using docker
Once running you can find the docs here: