Style & Tone Preserving Content Generation
Try ToneCraft Now: https://tonecraft-ai.vercel.app/
API Deployment: https://prakhart.pythonanywhere.com/
Here's a screen recording of the working of the application. https://youtube.com/shorts/O9ptza18mjg?feature=share
- Clone the repository
- Install the dependencies > backend
cd backend
pip install -r requirements.txt
# Add your OpenAI Key in backend .env file
- Install the dependencies > frontend
# Make sure you have nodejs installed
# Go back to the root directory using cd ..
cd frontend
npm install
- Run the backend server
# Make sure you are in the backend directory
py app.py
- Run the frontend server
# Make sure you are in the frontend directory
npm run dev