Git Product home page Git Product logo

freegpt-rev's Introduction

Hi there 👋 I'm Jett.

Visit my website: jettchen.me

Visit my blog: blog.jettchen.me

About me

I'm a highschool student, and spend my spare time messing around with software engineering and other related things, including:

  • Computer Graphics
  • Software architecture
  • Open Source Intelligence
  • Machine Learning
  • Programming Langauge Theory
  • CLI Development (huge fan of the unix philisophy!)

I'm maintaining several opensource projects, including timeblok(programming language for calendars), scan-for-webcams (does what its name says) and qali (create aliases on the fly in the terminal)

Programming languages/ tech-stacks I've worked with:

TLDR: more than I probably need to
  • Python
    • Data Science (Pandas, NumPy, Matplotlib, Seaborn, Streamlit etc.)
    • Machine Learning and Deep Learnng (TensorFlow, Keras, PyTorch, FastAI, Scikit-Learn, statsmodels, etc.)
    • Web Development (FastAPI, Flask, etc.)
    • Computer Graphics (Taichi, PyGame, etc.)
    • CLI apps (Click, Typer, Fire, etc.)
    • GUI apps (PyQt, PySide, PySimpleGUI, etc.)
  • Frontend
    • Javascript, Typescript
    • React, Next.js, prisma, tailwindCSS, etc.
  • Rust
    • CLI apps (clap)
    • Web Development (actix-web, axum, rocket, etc.)
  • Unity
    • GameDEV stuff (C#)
    • VR/ AR!(Vuforia)
  • DevOPS / Deployment
    • Linux (Ubuntu, Systemd, Nginx, etc.)
    • Docker, Docker-compose
    • PaaS (Heroku, Vercel, Railway, etc.)
    • Serverless (AWS Lambda, Cloudflare workers, etc.)
  • Database:
    • Relational (MySQL, PostgreSQL, SQLite, etc.)
    • NoSQL (MongoDB, Redis, etc.)
    • DBaaS (Supabase, Firebase, etc.)
    • Hosting (Railway, Planetscale, etc.)

Hobbies

I spend an unhealthy amount of my spare time binging television shows. My favorites are Better Call Saul, Succession, Doctor Who, and Monty Python's Flying Circus. I'm a huge fan of Bo Burnham, and watch animation/anime occasionally, including R&M and AOT

I also spend my spare time playing two highly addictive games: Rimworld and Factorio , and chess, though I'm not very good at any of these.

freegpt-rev's People

Contributors

jettchent avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

freegpt-rev's Issues

Getting JSON decoder error.

When I type something at the prompt, I encounter this error:

Traceback (most recent call last):
  File "/Users/prp-e/playground/freegpt-rev/main.py", line 25, in <module>
    res_dict = json.loads(res)
               ^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

How is it solved?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.