About The Project
LuminaryAi is something I built to help people feel a bit better when they need it. You just share how you're feeling, and the app gives you a positive, personalized affirmation or quote. It's a simple way to bring a little encouragement into your day when you need it most
What's Used:
I chose to work with Django due to its seamless integration with the OpenAPI ChatGPT API, allowing for a straightforward and efficient setup. For simplicity, I relied on Django templates to maintain a clean and manageable structure. To enhance the user experience, I also integrated Google's text-to-speech API, enabling the application to read back the Luminary responses. However, the text-to-speech feature is currently unavailable.
- Python
- Django
- Google Text-To-Speech API
- OpenAi
Project Description
I built LuminaryAi using Django, which is a Python framework I love for its simplicity and reliability. The frontend is made with HTML, CSS, and a bit of JavaScript to keep things user-friendly. The app connects to the ChatGPT API, so when you share how you're feeling, it generates a personalized, uplifting message and a bible quote. I chose Django because it allowed me to easily integrate the AI and create something functional without getting too complicated. I created LuminaryAi because I wanted to offer something small but meaningful to people who might need a little encouragement. Sometimes a kind word or a hopeful message can make a big difference, and that's really the heart of why I built this app—to help others feel a bit better, even if it's just for a moment.