Skip to content

"TextAlchemy: Transform your words with the magic of style and creativity!"

License

Notifications You must be signed in to change notification settings

sudhanshutech/TextAlchemy

Repository files navigation

TextAlchemy 🪄✨

Transform your text with style!

TextAlchemy is an innovative web application that transforms your plain text into styled expressions using cutting-edge generative AI models. Whether you need a humorous twist, Shakespearean flair, or a flirty tone, TextAlchemy turns ordinary phrases into extraordinary conversations.

image

Features 🚀

  • 🌟 Style Selector: Choose from multiple styles like Humor, Angry, Flirty, Casual, or Shakespearean.
  • ✍️ Real-time Results: Get instant AI-powered text transformations.
  • 🎨 Stylish UI: A sleek, modern interface designed with MUI (Material-UI).
  • 🔗 API Integration: Leverages Google Gemini or other advanced AI APIs for dynamic text transformations.
  • 💡 Interactive Output: Neatly formatted styled text options to fit your needs.

Demo

🚧 Coming Soon – Live demo link!


Installation 🛠️

  1. Clone the repository:

    git clone https://github.com/yourusername/TextAlchemy.git  
    cd TextAlchemy  
  2. Install dependencies:

    • Backend:
      cd backend  
      npm install  
    • Frontend:
      cd frontend  
      npm install  
  3. Set up your API key:

    • Add your Google Generative AI API Key to the backend configuration.
    • Backend config (in backend/server.js or equivalent):
      const apiKey = 'YOUR_API_KEY';
  4. Run the application:

    • Start the backend:
      npm run start  
    • Start the frontend:
      npm run dev  

Usage 🌟

  1. Navigate to http://localhost:3000 in your browser.
  2. Enter your text in the input box.
  3. Select your desired style.
  4. Click "Submit" and enjoy the magic of TextAlchemy!

Technology Stack 🛠️

  • Frontend: React, Material-UI (MUI).
  • Backend: Node.js, Express.
  • API: Google Gemini AI.

Contributing 🤝

We welcome contributions! Feel free to fork the repo and submit pull requests.


License 📄

This project is licensed under the MIT License. See the LICENSE file for details.


Acknowledgements 🎉

  • Powered by Google Gemini AI.
  • Designed with ♥ using Material-UI.

About

"TextAlchemy: Transform your words with the magic of style and creativity!"

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published