iSathyam03 commited on
Commit
83b70fe
β€’
0 Parent(s):

first commit

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ReWriteCraft: Text Rewrite with Custom Tone and Dialect 🎨
2
+ ## Introduction
3
+ Welcome to **ReWriteCraft**! πŸŽ‰ This project allows you to rewrite your text in a customized tone and dialect using the **LLama 3.1** model. The app provides an intuitive interface to input your draft text and apply different tones (Formal/Informal) and dialects (American/British).
4
+
5
+ This app leverages LangChain and Ollama models to enhance the AI's rewriting capabilities. Whether you want to refine the tone of a formal letter or add a casual touch to your writing, this app has you covered! πŸ“
6
+
7
+ ## Project Structure
8
+ The project is organized as follows:
9
+ ```
10
+ ReWriteCraft/
11
+ β”‚
12
+ β”œβ”€β”€ app.py # Main Streamlit application file
13
+ β”œβ”€β”€ requirements.txt # Python dependencies for the project
14
+ β”œβ”€β”€ LICENSE # License file (GNU)
15
+ β”œβ”€β”€ README.md # Project documentation
16
+ β”‚
17
+ β”œβ”€β”€ assets/ # Folder containing output examples for tone and dialect conversion
18
+ β”‚ β”œβ”€β”€ FormaltoInformal/ # Folder with examples of text converted from formal to informal tone
19
+ β”‚ └── InformaltoFormal/ # Folder with examples of text converted from informal to formal tone
20
+ ```
21
+