Spaces:
Sleeping
Sleeping
iSathyam03
commited on
Commit
β’
83b70fe
0
Parent(s):
first commit
Browse files
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 |
+
|