My first project that I built after learning a couple of things regarding functions and loops. I managed to make myself a TicTacToe game which runs in the terminal (No GUI Thingy)
29th July, 2022 : I made a OOP based version of it too.
You may be interested in knowing about my skill set
My first project that I built after learning a couple of things regarding functions and loops. I managed to make myself a TicTacToe game which runs in the terminal (No GUI Thingy)
29th July, 2022 : I made a OOP based version of it too.
My second project was quite big leap from the first one. It's a game called "Alish vs Monsters" made using pygame which took me a lot of time but managed to pull it off.
Source CodeAs my fifth project, I built an AI website "ChatFiles" in Python with Langchain and Llama Index. It accepts user files, generating automated summaries, and features an interactive chatbot to converse with the file's content, powered by the OpenAI Davinci-003 language model.
(you might need to use your own API key here. i'm broke lol)
Website LinkAs my third project, I built a polling site where you could vote for different challenging questions. It was the first time I was exposed to all 5 components (HTML, CSS, JS, Bootstrap and Django)
Source CodeMy fourth project was a calculator made with tkinter which has simple functioning operators such as addition, multiplication, division, and subtraction
Source CodeMy sixth project took me on the path of web development with Nextjs. It is a frontend project targeting car dealerships (call center) to manage and gain key details from their recorded conversations with the client by generating transcriptions, sentiment analysis and summarization.
note: you will need to login with your google account for the dashboard page
Website Link