Welcome to ALT Works AI, a streamlined dashboard designed to showcase the innovative projects of AlphaTech Logics. This app dynamically pulls data from the organization's GitHub repositories and displays each project with modern, interactive cards. Each card features clickable icons linking to the GitHub repository and the live demo of the project, along with a short description that appears on hover.
- Dynamic Data Fetching: Retrieves real-time project data using the GitHub API.
- Interactive Dashboard: Displays projects in a responsive grid layout with modern card designs.
- Icon-Based Navigation: Uses FontAwesome icons for intuitive navigation to GitHub and live demos.
- Custom Tooltips: Each project card shows a short description on hover for quick insights.
- Easy Demo URL Management: Manually map demo URLs for each project to ensure accurate linking.
- Streamlit: For creating the interactive web application.
- Python: The core programming language.
- GitHub API: For fetching repository data dynamically.
- FontAwesome: For stylish, scalable icons.
-
Clone the Repository:
git clone https://github.com/alphatechlogics/Atlworks.ai.git cd Atlworks.ai
-
Create a Virtual Environment & Install Dependencies:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate` pip install -r requirements.txt
-
Run the Application:
streamlit run app.py
-
Customize Demo URLs:
- Update the
demo_urls
dictionary in the code with your live demo links for each repository.
- Update the
- app.py: Main Streamlit application file that fetches GitHub data and renders the dashboard.
- README.md: This file, providing an overview and setup instructions.
- requirements.txt: Lists all Python dependencies.
For any questions or suggestions, feel free to contact us at [email protected].
ALT Works AI is proudly developed by AlphaTech Logics – accelerating business development through scalable digital products powered by Artificial Intelligence.