Skip to content

prakhart111/ToneCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToneCraft

Style & Tone Preserving Content Generation

Try ToneCraft Now: https://tonecraft-ai.vercel.app/
API Deployment: https://prakhart.pythonanywhere.com/

How it works

Here's a screen recording of the working of the application. https://youtube.com/shorts/O9ptza18mjg?feature=share

Idea Presentation Video

https://youtu.be/7Tfnp-ssoEA

Using Locally

  • 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

Working example of API

  • Content: "recently gave my JEE exam, I don't know if I'll pass"

  • When a calming-happy sound is sent. Audio: "./audio-sample-data/calm_happy.wav" Happy

  • When a scary-fearful sound is sent. Audio: "./audio-sample-data/fear.wav" Fear

  • When angry sound is sent. Audio: "./audio-sample-data/angry-med.wav" angry

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published