Skip to content

This repository contains my devfolio, showcasing my skills, projects, and achievements. Built with HTML, CSS, and Streamlit for a professional and interactive experience.

License

Notifications You must be signed in to change notification settings

madhurimarawat/Madhurima-Devfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Madhurima-Devfolio

This repository contains my devfolio, showcasing my skills, projects, and achievements. Built with HTML, CSS, and Streamlit for a professional and interactive experience.

Website Design

Screenshot 2024-07-14 195350

Screenshot 2024-07-14 195301

Screenshot 2024-07-14 195323

Screenshot 2024-07-14 195420

Technology Used 💻

🛠  Languages and Tools :

CSS   HTML   JavaScript    Bootstrap 

Description

  • This devfolio showcases a creative blend of emojis to enhance visual appeal and expressiveness.
  • Showcases my skills, projects, and achievements.
  • Built with HTML, CSS, and Streamlit for an interactive experience.
  • Creative use of emojis to enhance visual appeal.
  • Harmonious blend of professional colors for an attractive look.

Mode of Execution Used Streamlit

Streamlit Server

  • Streamlit is a python framework through which we can deploy any machine learning model and any python project with ease and without worrying about the frontend.
  • Streamlit is very user-friendly.
  • Streamlit has pre defined functions for all frontend components and we can directly use them.
  • To install streamlit in your system, just run this command-
pip install streamlit

Running Project in Streamlit Server

Make Sure all dependencies are already satisfied before running the app.

  1. We can Directly run streamlit app with the following command-
streamlit run app.py

where app.py is the name of file containing streamlit code.

By default, streamlit will run on port 8501.

Also we can execute multiple files simultaneously and it will be executed in next ports like 8502 and so on.

  1. Navigate to URL http://localhost:8501

You should be able to view the homepage of your app.

🌟 Project and Models will change but this process will remain the same for all Streamlit projects.

Deploying using Streamlit

  1. Visit the official website of streamlit : Streamlit

  2. Now make an account with GitHub.

  3. Now add all the code in Github repository.

  4. Go to streamlit and there is an option for new deployment.

  5. Type your Github repository name and specify the file name. If you name your file as streamlit_app it will directly access it else you have to specify the path.

  6. Now also make sure you upload all your libraries and requirement name in a requirement.txt file.

  7. Version can also be mentioned like this python==3.9.

  8. When we mention version in the requirement file streamlit install all dependencies from there.

  9. If everything went well our app will be deployed on web and you can share the link and access the app from all browsers.

Website Link

I have hosted this Website at Madhurima-Devfolio. Click on the Link to have a look at my Website.


Thanks for Visiting 😄

  • Drop a 🌟 if you find this repository useful.

  • If you have any doubts or suggestions, feel free to reach me.

    📫 How to reach me:   Linkedin Badge     Mail Illustration📫

  • Contribute and Discuss: Feel free to open issues 🐛, submit pull requests 🛠️, or start discussions 💬 to help improve this repository!

Releases

No releases published

Packages

No packages published

Languages