
Self Hostable - Personal Machine Learning Based Stock Recommendation Platform
OpenAdvisor is an innovative stock recommendation application powered by machine learning, crafted for investors looking for effective tools to enhance their trading experience. Developed during the FossHack 2024 hackathon, this platform caters to both novice and seasoned investors alike, offering a self-hostable solution that simplifies stock predictions and portfolio management. The emphasis on usability ensures that users can navigate the interface effortlessly, making informed investment decisions with confidence.
What sets OpenAdvisor apart is its ability to leverage advanced algorithms for stock analysis while maintaining an approachable design. By utilizing a modern tech stack, this platform strikes a balance between robust performance and user-friendly features, making it an appealing choice for anyone interested in improving their investment strategies.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.