End-to-End chat app for generating low resource language from english prompts based on work of Nishkulanand swami
1
stars
17
commits
HTML
primary language
Mar 21, 2025
updated
This project explores the intersection of Artificial Intelligence and Satsang literature by generating Gujarati poetry inspired by the works of great poets like Nishkulanand Swami. Using AI models, this tool transforms English prompts into meaningful, poetic Gujarati verses.
# Clone the repository
git clone https://github.com/shivampadmani/NishkulanandAI.git
cd NishkulanandAI
# Install dependencies
pip install -r requirements.txt
The training dataset follows this format:
{
"gujarati": [
{
"title_gu": "પ્રકરણ ૧: મંગળાચરણ",
"title_trans": "Prakaran 1: Mangaḷācharaṇ",
"target": "મંગલમૂર્તિ મહાપ્રભુ, શ્રીસહજાનંદ સુખરૂપ...",
"source": "The divine Lord is the embodiment of joy and beauty..."
}
]
}
from model import generate_poetry
prompt = "The divine Lord is the embodiment of joy and beauty."
response = generate_poetry(prompt)
print(response)
Feel free to open issues and pull requests! Your contributions can help refine AI-driven Gujarati poetry generation.
For any queries or collaboration, message me on LinkedIn: https://www.linkedin.com/in/shivampadmani/
This project is licensed under the MIT License.
🔗 For more AI & Satsang insights,Follow me on GitHub and connect with me on LinkedIn!
17 commits
HTML
99.6%
End-to-End chat app for generating low resource language from english prompts based on work of Nishkulanand swami
1
stars
17
commits
HTML
primary language
Mar 21, 2025
updated
This project explores the intersection of Artificial Intelligence and Satsang literature by generating Gujarati poetry inspired by the works of great poets like Nishkulanand Swami. Using AI models, this tool transforms English prompts into meaningful, poetic Gujarati verses.
# Clone the repository
git clone https://github.com/shivampadmani/NishkulanandAI.git
cd NishkulanandAI
# Install dependencies
pip install -r requirements.txt
The training dataset follows this format:
{
"gujarati": [
{
"title_gu": "પ્રકરણ ૧: મંગળાચરણ",
"title_trans": "Prakaran 1: Mangaḷācharaṇ",
"target": "મંગલમૂર્તિ મહાપ્રભુ, શ્રીસહજાનંદ સુખરૂપ...",
"source": "The divine Lord is the embodiment of joy and beauty..."
}
]
}
from model import generate_poetry
prompt = "The divine Lord is the embodiment of joy and beauty."
response = generate_poetry(prompt)
print(response)
Feel free to open issues and pull requests! Your contributions can help refine AI-driven Gujarati poetry generation.
For any queries or collaboration, message me on LinkedIn: https://www.linkedin.com/in/shivampadmani/
This project is licensed under the MIT License.
🔗 For more AI & Satsang insights,Follow me on GitHub and connect with me on LinkedIn!
17 commits
HTML
99.6%