Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,135 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# Welcome to the AI & Computer Vision Organization
|
11 |
+
|
12 |
+
**Headed by [Silvia Cascianelli](https://personale.unimore.it/rubrica/dettaglio/scascianelli)**
|
13 |
+
|
14 |
+
This repository hosts the source code for our organization's main website and showcases our research projects, recent updates, and the people that make up our vibrant AI community. Whether you’re interested in our ongoing projects, would like to see where we publish, or simply want to say hello, our site is the best place to start.
|
15 |
+
|
16 |
+
---
|
17 |
+
|
18 |
+
## Table of Contents
|
19 |
+
|
20 |
+
1. [About](#about)
|
21 |
+
2. [Features](#features)
|
22 |
+
3. [Project Structure](#project-structure)
|
23 |
+
4. [How to Use](#how-to-use)
|
24 |
+
5. [Sections Overview](#sections-overview)
|
25 |
+
6. [Contributing](#contributing)
|
26 |
+
7. [License](#license)
|
27 |
+
8. [Contact](#contact)
|
28 |
+
|
29 |
+
---
|
30 |
+
|
31 |
+
## About
|
32 |
+
|
33 |
+
We are a team of **AI and Computer Vision** researchers, engineers, and students, led by **Dr. Silvia Cascianelli**. Our mission is to push forward the boundaries of AI technology—especially in areas such as **image generation**, **handwriting imitation**, and **document understanding**—while fostering a community of mentorship and collaboration.
|
34 |
+
|
35 |
+
Silvia is a passionate AI researcher and mentor to aspiring AI scientists. Her portfolio highlights some of the cutting-edge work being done within this organization, as well as showcasing the successes of our graduate students and interns.
|
36 |
+
|
37 |
+
---
|
38 |
+
|
39 |
+
## Features
|
40 |
+
|
41 |
+
- **Responsive Web Design**: Optimized for mobile, tablet, and desktop devices.
|
42 |
+
- **Projects Highlight**: Showcases recent and noteworthy AI and Computer Vision projects (e.g., Diffusion Models, Handwriting Imitation, Document Understanding).
|
43 |
+
- **Mentorees Section**: A heartfelt spotlight on the students, interns, and collaborators supervised or co-supervised by Silvia.
|
44 |
+
- **Latest Updates**: A regularly updated section sharing news about lectures, workshops, seminars, and other exciting community events.
|
45 |
+
- **External Links**: Quick references to Google Scholar, LinkedIn, GitHub, and more, to stay connected with the team’s academic and professional footprint.
|
46 |
+
|
47 |
+
---
|
48 |
+
|
49 |
+
## Project Structure
|
50 |
+
|
51 |
+
```
|
52 |
+
.
|
53 |
+
├── assets
|
54 |
+
│ ├── fonts
|
55 |
+
│ ├── images
|
56 |
+
│ │ ├── work
|
57 |
+
│ │ ├── testimonials
|
58 |
+
│ │ ├── skills
|
59 |
+
│ │ └── social-links
|
60 |
+
│ └── ...
|
61 |
+
├── style.css // Main stylesheet
|
62 |
+
├── script.js // Site-wide JavaScript
|
63 |
+
└── index.html // Main web page
|
64 |
+
```
|
65 |
+
|
66 |
+
- **index.html**: The landing page that structures all sections (header, projects, mentorees, external links, latest updates, and contact).
|
67 |
+
- **style.css**: Styles for layout, typography, and responsiveness.
|
68 |
+
- **script.js**: Small JavaScript utilities (like theme switching) and event handling.
|
69 |
+
- **assets/**: Contains fonts, images, icons, and other required files for the site.
|
70 |
+
|
71 |
+
---
|
72 |
+
|
73 |
+
## How to Use
|
74 |
+
|
75 |
+
1. **Clone or Download**
|
76 |
+
```bash
|
77 |
+
git clone https://github.com/YourOrganization/YourRepoName.git
|
78 |
+
```
|
79 |
+
|
80 |
+
2. **Open Locally**
|
81 |
+
- Open `index.html` in your preferred web browser.
|
82 |
+
- Make sure the `assets/` folder is in the same directory as `index.html` so that images and styles load correctly.
|
83 |
+
|
84 |
+
3. **Explore**
|
85 |
+
- Navigate through the **Recent Projects**, **Mentorees**, and **Latest Updates** sections to learn about our work.
|
86 |
+
- Use the **External Links** section to access relevant social and academic profiles.
|
87 |
+
|
88 |
+
---
|
89 |
+
|
90 |
+
## Sections Overview
|
91 |
+
|
92 |
+
1. **Header**
|
93 |
+
Introduces **Silvia Cascianelli**, an AI researcher and aspiring mentor, featuring quick links for visitors to reach out or explore the site.
|
94 |
+
|
95 |
+
2. **Recent Projects**
|
96 |
+
- **Image Generation**: Research on lightweight and efficient image generation leveraging Diffusion Models.
|
97 |
+
- **Handwriting Imitation**: Methods for synthesizing stylized text images, complete with evaluation metrics and relevant applications.
|
98 |
+
- **Document Understanding**: Techniques for extracting meaningful information from 2D and 3D document images, including historical papyri and modern documents.
|
99 |
+
|
100 |
+
3. **Mentorees**
|
101 |
+
Highlights current and past students, interns, and collaborators, celebrating their unique contributions and growth.
|
102 |
+
|
103 |
+
4. **External Links**
|
104 |
+
Quick access to [CV](https://drive.google.com/file/d/1bx4iY61ZWnv2AFsm2TZh-xDytabNN9uv), [Google Scholar](https://scholar.google.com/citations?hl=it&user=utmt89wAAAAJ), [LinkedIn](https://www.linkedin.com/in/silvia-cascianelli-330760104/), [UniMoRe](https://personale.unimore.it/rubrica/dettaglio/scascianelli), and [GitHub](https://github.com/silviaCascianelli).
|
105 |
+
|
106 |
+
5. **Latest Updates**
|
107 |
+
News about **workshops**, **course lectures**, **internships**, **research visits**, and **conference service roles** (e.g., serving as an Area Chair at major AI/CV conferences).
|
108 |
+
|
109 |
+
6. **Contact**
|
110 |
+
Encourages direct communication via LinkedIn or email. Features a friendly illustration of Silvia and a personal note to welcome questions and collaboration ideas.
|
111 |
+
|
112 |
+
---
|
113 |
+
|
114 |
+
## Contributing
|
115 |
+
|
116 |
+
We are open to collaborations that align with our mission in **AI and Computer Vision**. If you’d like to:
|
117 |
+
|
118 |
+
- Report a bug
|
119 |
+
- Request a feature
|
120 |
+
- Collaborate on a project
|
121 |
+
- Suggest new design ideas for the website
|
122 |
+
|
123 |
+
Please [open an issue](../../issues) or [submit a pull request](../../pulls). We welcome feedback from the community!
|
124 |
+
|
125 |
+
---
|
126 |
+
|
127 |
+
## License
|
128 |
+
|
129 |
+
Unless otherwise noted, the contents of this repository are distributed under the **MIT License**. See [LICENSE](LICENSE) for more details.
|
130 |
+
|
131 |
+
---
|
132 |
+
|
133 |
+
## Contact
|
134 |
+
|
135 |
+
For any inquiries, speaking engagements, or collaborations, feel free to reach out:
|
136 |
+
|
137 |
+
- **Email**: scascianelli\[at\]unimore\[dot\]it
|
138 |
+
- **LinkedIn**: [linkedin.com/in/silvia-cascianelli-330760104](https://www.linkedin.com/in/silvia-cascianelli-330760104/)
|
139 |
+
- **UniMoRe**: [personale.unimore.it/rubrica/dettaglio/scascianelli](https://personale.unimore.it/rubrica/dettaglio/scascianelli)
|
140 |
+
|
141 |
+
Thank you for visiting our organization’s repository!
|