DRF.Streaming.mp4
To install Django-text-streaming, follow these steps:
- Clone the repository:
git clone https://github.com/FAHADPN/Django-text-streaming.git
- Change to the project directory:
cd Django-text-streaming
- Create a virtual environment:
python -m venv env
- Activate the virtual environment:
source env/bin/activate
- for Linux
.\env\Scripts\activate
- for windows - Install the required packages:
pip install -r requirements.txt
- Run database migrations:
python manage.py migrate
- Add the OpenAI API Key in the
views.py
file insideapp
directory
To use Django-text-streaming, follow these steps:
- Start the development server:
python manage.py runserver
- Open your web browser and go to
http://localhost:8000
Contributions are welcome! Please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License.