A repository for some of the projects I have worked on recently. This is linked to my website: NoahHicks.com
2023/
- FunAI (AI Function Calling)
- CSV-ME (AI-Assisted Data Analysis)
2024/
- PDF Combiner (GUI-assisted PDF Combiner)
- PPTX to PDF Converter (GUI-assisted PowerPoint to PDF Converter)
2025/
- DeekSeek1.5B (Local install [<4GB] and running of the new DeekSeek R1 [Reasoning] 1.5B parameter model with a simple GUI)
- Game Clicker (Console-based, customizable autoclicker for games, supporting mouse, keyboard, and mixed sequences)
- Each project may have its own
requirements.txt
file in its directory. Install dependencies for a project by running:pip install -r path/to/project/requirements.txt
- The root
requirements.txt
is for shared or legacy dependencies. Use it for general utilities or if a project does not have its own file.
More to be added.