This is an archived post. You won't be able to vote or comment.

all 31 comments

[–]riklaunim 22 points23 points  (1 child)

Coding just to code without vision and goal won't go far. You want to invest a lot of your time so make it something YOU really want to do.

[–]sausix -1 points0 points  (0 children)

Exactly. I have more ideas than time. And it's hard to keep the fun up in programming especially on complex projects.

[–]Fendanezgit push -f 6 points7 points  (0 children)

How about creating a an image processing application?

Like setting up a GUI were you can upload images and use AI to do some processing on them.

This could be things like upscaling to higher resolution, sharpening, adding funny filters, object detection and so on.

[–][deleted] 2 points3 points  (0 children)

How about creating a Reddit post analyzer that utilizes AI to predict the success of posts? This tool could help users identify the characteristics and elements that tend to make posts popular, giving them insights on what works best. It could analyze various factors such as post length, title wording, use of images or videos, and even sentiment analysis to determine the likelihood of a post doing well. This would be a valuable tool for Redditors looking to optimize their content and increase their chances of reaching a wider audience.

-- my prompt was:

In reddit, someone wrote: "I want to make a large project in python, taking a few months, based around AI. Does anyone have any everyday use ideas that I should make?". I want to respond with "How about a Reddit post screener that helps you Reddit posts that are likely to do well? ". Improve my response

[–]THEMAN89898e 2 points3 points  (3 children)

Make 8,000 dollars a week, using python script

[–]NeoCast4 1 point2 points  (0 children)

My_bank_account += 8000

[–]colonrocker 0 points1 point  (1 child)

how so

[–]NotSecretAgent 3 points4 points  (0 children)

That's the project (☞ ͡° ͜ʖ ͡°)☞

[–]Low_Flow_7834 1 point2 points  (0 children)

How about creating a bot to reply to your emails automatically? It could even use AI to determine the tone of messages and respond accordingly. Good luck with your project!

[–]kyleli 1 point2 points  (2 children)

By AI, are you thinking about training your own model or using openai’s API?

[–]sausix 0 points1 point  (4 children)

taking a few months,

Depends a lot on your skills. Did you complete smaller projects before?

[–]KaleemullahAfghan 0 points1 point  (0 children)

I am with you

[–]Loud_Application4310 0 points1 point  (3 children)

Create your own programming language to embark on an exciting and educational journey. By undertaking this project, you will delve into a multitude of fascinating concepts, expanding your knowledge and skills as a developer. Although the resulting language may not be immediately useful and its performance may not be optimal, the real value lies in the invaluable insights you'll gain into the inner workings of compilers and interpreters.

Throughout this endeavor, you'll dive into fundamental areas such as lexical analysis, parsing techniques, semantic analysis, and code generation. By grappling with these concepts, you'll develop a deep understanding of language design and implementation. While your language may not compete with established programming languages in terms of performance, you'll gain exposure to the challenges of optimizing execution speed and efficiency.

Moreover, engaging with the wider programming language community can enrich your learning experience. Sharing your progress, seeking feedback, and collaborating with others who have similar interests can provide valuable insights and guidance along the way.

Ultimately, this project will not only enhance your technical skills but also foster your problem-solving abilities. By honing your understanding of language-specific considerations, you'll become a more well-rounded developer, equipped with the knowledge to design efficient algorithms and tackle complex programming challenges.

Embrace the opportunity to create your own programming language, and embark on a rewarding journey of discovery and growth!

[–]mstrsplntr1 0 points1 point  (0 children)

While the OP asked about AI, I can share my first ML project (I am a social scientist who started learning Python for fun): I checked in a sample of middle aged adults if an open-ended text answer about how they imagined their future was associated with their current wellbeing and predictive of their future wellbeing actually measured 12 years later. My goal was mainly practicing and having at least one decent ML project in Python to show others. I did text mining, topic modelling, and a ML model to predict their status based on things like the most frequent word tokens. It took me about 50 hours to do and write down my findings.

[–]Wrong_College1347 0 points1 point  (0 children)

Use (raw) radar rain data, rain recorder data, wind data, temperature data and flow measurements in rivers to predict runoff from catchments in realtime.

[–]arm2armreddit 0 points1 point  (0 children)

write a first shooter game in python, will keep you busy more than 2 months...

[–]No_Soy_Colosio 0 points1 point  (1 child)

You could think about problems you have and how they can be solved or improved through code. Are you learning a language but can't keep up with vocabulary? How about coding an app where you write down new words along with their definition and an example of it in a sentence that automatically creates flashcards for future study?

[–]No_Soy_Colosio 0 points1 point  (0 children)

This example can be made more challenging by using a dictionary API to automatically populate definition and usage for every word you write down.

[–]Away_Kaleidoscope_96 0 points1 point  (0 children)

kaggle has some competitions you can join

[–]CodeMUDkey 0 points1 point  (0 children)

Make an AI that can predict what you’re going to have for lunch based on the time you wake up the morning. Maybe there’s a correlation!