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.
- π 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.
π§ Coming Soon β Live demo link!
-
Clone the repository:
git clone https://github.com/yourusername/TextAlchemy.git cd TextAlchemy
-
Install dependencies:
- Backend:
cd backend npm install
- Frontend:
cd frontend npm install
- Backend:
-
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';
-
Run the application:
- Start the backend:
npm run start
- Start the frontend:
npm run dev
- Start the backend:
- Navigate to
http://localhost:3000
in your browser. - Enter your text in the input box.
- Select your desired style.
- Click "Submit" and enjoy the magic of TextAlchemy!
- Frontend: React, Material-UI (MUI).
- Backend: Node.js, Express.
- API: Google Gemini AI.
We welcome contributions! Feel free to fork the repo and submit pull requests.
This project is licensed under the MIT License. See the LICENSE
file for details.
- Powered by Google Gemini AI.
- Designed with β₯ using Material-UI.