Lython
Lython is my final project for my Masters program. I based it off an idea I had of giving my students a filtered AI, which branched off into editing ChatGPT with prompt filtering. Seeing that alone was particularly easy, I looked into implementing RAG, which works kind of.
I’d like to continue working on my project as an actual tool to use during class. I’d like to be able to launch it to a production server, so my students can access it during class. That way, I can cut the websites to just Lython, and the website they need to submit their assignments on.
So far, I was able to get it downloadable as a PyPI project. Previously I was happy with it being live on their Test server, being on production felt super cool.
8/23/2024
Decently big steps, I was able to host Lython on Python Anywhere, which was really difficult for some reason but so worth it. It’s hosted here but it’s down most of the time. I plan to use it there during the school year so my students have their own ChatGPT. If it’s during the school year please try it out :).